vno1-op5p: enable secrets

This commit is contained in:
Motiejus Jakštys 2024-03-08 20:34:08 +02:00
parent 402b195de8
commit 98146bde95

View File

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