chore: make some secrets intermediary

This commit is contained in:
oddlama 2024-11-29 14:03:54 +01:00
parent 3becfbbf19
commit 4e9a9de858
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 6 additions and 10 deletions

View file

@ -23,7 +23,7 @@ in
age.secrets.stalwart-admin-pw = {
generator.script = "alnum";
mode = "000";
intermediary = true;
};
age.secrets.stalwart-admin-hash = {
@ -585,7 +585,6 @@ in
"${cfg.package}/bin/stalwart-mail --config=/run/stalwart-mail/config.toml"
];
RestartSec = "60"; # Retry every minute
CacheDirectory = lib.trace "remove stalwart cache soon, it's upstream" "stalwart-mail";
};
};