diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-06-23 21:04:55 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:26 +0200 |
commit | 72844d532b6d3b2a50b7a6412b87446662d55230 (patch) | |
tree | ed29329e58c49358b80095d14ff0bfdeb9abd3c0 /modules | |
parent | 2e5c081c473a8b5951f28a916d625ab5bb46c7c5 (diff) | |
download | NUR-72844d532b6d3b2a50b7a6412b87446662d55230.tar.gz NUR-72844d532b6d3b2a50b7a6412b87446662d55230.tar.zst NUR-72844d532b6d3b2a50b7a6412b87446662d55230.zip |
Configure mail (dovecot, postfix, spam checks)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/myids.nix | 6 |
1 files changed, 4 insertions, 2 deletions
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 @@ | |||
3 | # Check that there is no clash with nixos/modules/misc/ids.nix | 3 | # Check that there is no clash with nixos/modules/misc/ids.nix |
4 | config = { | 4 | config = { |
5 | ids.uids = { | 5 | ids.uids = { |
6 | opendarc = 391; | 6 | vhost = 390; |
7 | openarc = 391; | ||
7 | opendmarc = 392; | 8 | opendmarc = 392; |
8 | peertube = 394; | 9 | peertube = 394; |
9 | redis = 395; | 10 | redis = 395; |
@@ -13,7 +14,8 @@ | |||
13 | mastodon = 399; | 14 | mastodon = 399; |
14 | }; | 15 | }; |
15 | ids.gids = { | 16 | ids.gids = { |
16 | opendarc = 392; | 17 | vhost = 390; |
18 | openarc = 391; | ||
17 | opendmarc = 392; | 19 | opendmarc = 392; |
18 | peertube = 394; | 20 | peertube = 394; |
19 | redis = 395; | 21 | redis = 395; |