diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-03-20 18:39:29 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-03-20 18:39:29 +0300 |
commit | 773ba5e5ea810f104127b7ca28e541875f763599 (patch) | |
tree | 6b39260200371b2e51455c4510c37d29e890c3cc /nixosConfigurations/manwe | |
parent | 2023-03-20 (diff) |
2023-03-20
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/manwe/mailserver.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixosConfigurations/manwe/mailserver.nix b/nixosConfigurations/manwe/mailserver.nix index f6f8d91..e8d1781 100644 --- a/nixosConfigurations/manwe/mailserver.nix +++ b/nixosConfigurations/manwe/mailserver.nix @@ -63,6 +63,7 @@ with lib; { "admin@${shire}" "ceo@${shire}" "postmaster@${shire}" + "root@${shire}" ]; }; "samwise@${shire}" = { |