X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=nixops%2Fmodules%2Fmail.nix;h=993e5f1de65167c4865111e175f2c80e25fd7722;hp=6ec9165305206b4db499ed97ef941f4b90faba16;hb=1a7188052f235fb632700478fad0108e4306107d;hpb=d42bbbe6f510fce233ecb66d44d205761390b56e 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 @@ { lib, pkgs, config, myconfig, mylibs, ... }: { - config.ids.uids.nullmailer = myconfig.env.users.nullmailer.uid; - config.ids.gids.nullmailer = myconfig.env.users.nullmailer.gid; config.users.users.nullmailer.uid = config.ids.uids.nullmailer; config.users.groups.nullmailer.gid = config.ids.gids.nullmailer;