From 72844d532b6d3b2a50b7a6412b87446662d55230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 23 Jun 2019 21:04:55 +0200 Subject: Configure mail (dovecot, postfix, spam checks) --- modules/myids.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/myids.nix b/modules/myids.nix index 7ec9c0ef..e949ca7a 100644 --- a/modules/myids.nix +++ b/modules/myids.nix @@ -3,7 +3,8 @@ # Check that there is no clash with nixos/modules/misc/ids.nix config = { ids.uids = { - opendarc = 391; + vhost = 390; + openarc = 391; opendmarc = 392; peertube = 394; redis = 395; @@ -13,7 +14,8 @@ mastodon = 399; }; ids.gids = { - opendarc = 392; + vhost = 390; + openarc = 391; opendmarc = 392; peertube = 394; redis = 395; -- cgit v1.2.3