secrets for fwminex

This commit is contained in:
2023-09-15 13:23:52 +03:00
parent d57b2e5a1b
commit 6b3f073b5b
18 changed files with 100 additions and 97 deletions

View File

@@ -55,10 +55,8 @@
users = {
devEnvironment = true;
passwd = {
root.initialPassword = "live";
motiejus.initialPassword = "live";
#root.passwordFile = config.age.secrets.root-passwd-hash.path;
#motiejus.passwordFile = config.age.secrets.motiejus-passwd-hash.path;
root.passwordFile = config.age.secrets.root-passwd-hash.path;
motiejus.passwordFile = config.age.secrets.motiejus-passwd-hash.path;
};
};
@@ -89,13 +87,13 @@
};
};
#postfix = {
# enable = true;
# saslPasswdPath = config.age.secrets.sasl-passwd.path;
#};
postfix = {
enable = true;
saslPasswdPath = config.age.secrets.sasl-passwd.path;
};
syncthing = {
enable = false;
enable = true;
dataDir = "/home/motiejus/";
user = "motiejus";
group = "users";