vno1-op5p: fix secrets

This commit is contained in:
2024-04-04 12:06:15 +03:00
parent db659ee4d2
commit 6dc0ef8f21
22 changed files with 137 additions and 137 deletions

View File

@@ -51,10 +51,8 @@ in {
base.users = {
enable = true;
#root.hashedPasswordFile = config.age.secrets.root-passwd-hash.path;
#user.hashedPasswordFile = config.age.secrets.motiejus-passwd-hash.path;
root.initialPassword = "live";
user.initialPassword = "live";
root.hashedPasswordFile = config.age.secrets.root-passwd-hash.path;
user.hashedPasswordFile = config.age.secrets.motiejus-passwd-hash.path;
};
services = {
@@ -62,10 +60,10 @@ in {
node_exporter.enable = true;
sshguard.enable = true;
#postfix = {
# enable = true;
# saslPasswdPath = config.age.secrets.sasl-passwd.path;
#};
postfix = {
enable = true;
saslPasswdPath = config.age.secrets.sasl-passwd.path;
};
deployerbot = {
follower = {