vno1-op5p: enable deployments and passwords

This commit is contained in:
2024-03-10 14:40:08 +02:00
parent 19a44dc1d2
commit a760f95d0f
3 changed files with 20 additions and 8 deletions

View File

@@ -47,20 +47,18 @@ in {
base.users = {
enable = true;
#root.hashedPasswordFile = config.age.secrets.root-passwd-hash.path;
#user.hashedPasswordFile = config.age.secrets.motiejus-passwd-hash.path;
user.initialPassword = "live";
root.initialPassword = "live";
root.hashedPasswordFile = config.age.secrets.root-passwd-hash.path;
user.hashedPasswordFile = config.age.secrets.motiejus-passwd-hash.path;
};
services = {
node_exporter.enable = true;
};
#services.postfix = {
# enable = true;
# saslPasswdPath = config.age.secrets.sasl-passwd.path;
#};
services.postfix = {
enable = true;
saslPasswdPath = config.age.secrets.sasl-passwd.path;
};
};
services.pcscd.enable = true;