diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-03-20 03:24:54 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-03-20 03:24:54 +0300 |
commit | 1ea1b781a142a41b72aed4bfc408233732034241 (patch) | |
tree | ff1124f7c52fdfcaa864e6866c22a7acf68f7c55 /nixosConfigurations/manwe/mailserver.nix | |
parent | 2023-03-16 (diff) |
2023-03-20
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/manwe/mailserver.nix | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/nixosConfigurations/manwe/mailserver.nix b/nixosConfigurations/manwe/mailserver.nix index a4b552a..f6f8d91 100644 --- a/nixosConfigurations/manwe/mailserver.nix +++ b/nixosConfigurations/manwe/mailserver.nix @@ -26,8 +26,8 @@ with lib; { owner = "opendkim"; group = "opendkim"; }; - dkim-key-shire-me = { - file = "${inputs.self}/secrets/dkim-key-shire-me"; + dkim-key-shire-net = { + file = "${inputs.self}/secrets/dkim-key-shire-net"; path = "/var/dkim/${my.domain.shire}.${config.mailserver.dkimSelector}.key"; owner = "opendkim"; group = "opendkim"; @@ -70,14 +70,6 @@ with lib; { aliases = ["chad@${shire}"]; quota = "1G"; }; - "pippin@${shire}" = { - hashedPassword = "@HASHED_PASSWORD@"; - quota = "1G"; - }; - "meriadoc@${shire}" = { - hashedPassword = "@HASHED_PASSWORD@"; - quota = "1G"; - }; }; }; |