Impermanence and white space

This commit is contained in:
Gonne Kretschmer 2023-10-30 17:24:45 +01:00
parent 1de0d32860
commit a140b4d9ec
2 changed files with 2 additions and 1 deletions

View file

@ -39,6 +39,7 @@ config = mkIf cfg.enable {
"/etc/ssh/ssh_host_ed25519_key.pub" "/etc/ssh/ssh_host_ed25519_key.pub"
"/etc/ssh/ssh_host_rsa_key" "/etc/ssh/ssh_host_rsa_key"
"/etc/ssh/ssh_host_rsa_key.pub" "/etc/ssh/ssh_host_rsa_key.pub"
"/var/lib/${config.services.prometheus.stateDir}"
]; ];
}; };
environment.etc.machine-id.source = "${cfg.storagePath}/machine-id"; environment.etc.machine-id.source = "${cfg.storagePath}/machine-id";

View file

@ -56,5 +56,5 @@ services = {
PasswordAuthentication = false; PasswordAuthentication = false;
}; };
}; };
}; };
} }