|
@@ -18,6 +18,7 @@
|
|
|
++ (builtins.attrValues outputs.modules.nixos);
|
|
++ (builtins.attrValues outputs.modules.nixos);
|
|
|
|
|
|
|
|
security.sudo.wheelNeedsPassword = false;
|
|
security.sudo.wheelNeedsPassword = false;
|
|
|
|
|
+ users.groups.keys = { };
|
|
|
|
|
|
|
|
# Services configuration
|
|
# Services configuration
|
|
|
services = {
|
|
services = {
|
|
@@ -45,6 +46,12 @@
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
+ systemd.tmpfiles.rules = [
|
|
|
|
|
+ # Format: type path mode user group age argument
|
|
|
|
|
+ "z /etc/ssh/ssh_host_rsa_key 0640 root keys - -"
|
|
|
|
|
+ "z /etc/ssh/ssh_host_ed25519_key 0640 root keys - -"
|
|
|
|
|
+ ];
|
|
|
|
|
+
|
|
|
programs.fish = {
|
|
programs.fish = {
|
|
|
enable = true;
|
|
enable = true;
|
|
|
vendor = {
|
|
vendor = {
|