Compare commits
No commits in common. "fea8c65c571aa3f6417bbe454b95311b67c6b16a" and "a666e4a78df79059e860141b1b67d2eecb6d9d42" have entirely different histories.
fea8c65c57
...
a666e4a78d
|
@ -62,12 +62,6 @@
|
||||||
disabled = false;
|
disabled = false;
|
||||||
map_symbol = true;
|
map_symbol = true;
|
||||||
pipestatus = true;
|
pipestatus = true;
|
||||||
symbol = " ";
|
|
||||||
success_symbol = "";
|
|
||||||
not_executable_symbol = " ";
|
|
||||||
not_found_symbol = " ";
|
|
||||||
sigint_symbol = " ";
|
|
||||||
signal_symbol = " ";
|
|
||||||
};
|
};
|
||||||
sudo = {disabled = false;};
|
sudo = {disabled = false;};
|
||||||
};
|
};
|
||||||
|
|
|
@ -10,12 +10,7 @@
|
||||||
etc."ppp/options".text = ''
|
etc."ppp/options".text = ''
|
||||||
ipcp-accept-remote
|
ipcp-accept-remote
|
||||||
'';
|
'';
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [openfortivpn samba];
|
||||||
openfortivpn
|
|
||||||
samba
|
|
||||||
teams-for-linux
|
|
||||||
nomachine-client
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
services.ollama.enable = true;
|
services.ollama.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue