Compare commits
2 commits
a666e4a78d
...
fea8c65c57
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | fea8c65c57 | ||
Evie Litherland-Smith | d000b0f502 |
|
@ -62,6 +62,12 @@
|
|||
disabled = false;
|
||||
map_symbol = true;
|
||||
pipestatus = true;
|
||||
symbol = " ";
|
||||
success_symbol = "";
|
||||
not_executable_symbol = " ";
|
||||
not_found_symbol = " ";
|
||||
sigint_symbol = " ";
|
||||
signal_symbol = " ";
|
||||
};
|
||||
sudo = {disabled = false;};
|
||||
};
|
||||
|
|
|
@ -10,7 +10,12 @@
|
|||
etc."ppp/options".text = ''
|
||||
ipcp-accept-remote
|
||||
'';
|
||||
systemPackages = with pkgs; [openfortivpn samba];
|
||||
systemPackages = with pkgs; [
|
||||
openfortivpn
|
||||
samba
|
||||
teams-for-linux
|
||||
nomachine-client
|
||||
];
|
||||
};
|
||||
services.ollama.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue