This commit is contained in:
parent
99540b98ac
commit
742b5150ce
2 changed files with 5 additions and 3 deletions
|
|
@ -3,6 +3,7 @@
|
|||
in {
|
||||
sops.secrets = {
|
||||
"mailserver/contact".owner = "dovecot2";
|
||||
"radicale".owner = "radicale";
|
||||
};
|
||||
|
||||
mailserver = {
|
||||
|
|
@ -76,7 +77,7 @@ in {
|
|||
settings = {
|
||||
auth = {
|
||||
type = "htpasswd";
|
||||
htpasswd_filename = "/run/secrets/mailserver";
|
||||
htpasswd_filename = config.sops.secrets."radicale".path;
|
||||
htpasswd_encryption = "bcrypt";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue