diff options
Diffstat (limited to 'nixops/modules/mail.nix')
-rw-r--r-- | nixops/modules/mail.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nixops/modules/mail.nix b/nixops/modules/mail.nix index 6ec9165..993e5f1 100644 --- a/nixops/modules/mail.nix +++ b/nixops/modules/mail.nix | |||
@@ -1,7 +1,5 @@ | |||
1 | { lib, pkgs, config, myconfig, mylibs, ... }: | 1 | { lib, pkgs, config, myconfig, mylibs, ... }: |
2 | { | 2 | { |
3 | config.ids.uids.nullmailer = myconfig.env.users.nullmailer.uid; | ||
4 | config.ids.gids.nullmailer = myconfig.env.users.nullmailer.gid; | ||
5 | config.users.users.nullmailer.uid = config.ids.uids.nullmailer; | 3 | config.users.users.nullmailer.uid = config.ids.uids.nullmailer; |
6 | config.users.groups.nullmailer.gid = config.ids.gids.nullmailer; | 4 | config.users.groups.nullmailer.gid = config.ids.gids.nullmailer; |
7 | 5 | ||