aboutsummaryrefslogtreecommitdiff
path: root/modules/myids.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-06-04 09:53:11 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-06-04 23:57:44 +0200
commit411af8e3f754278c5b54dfef7e1bd144a6007c39 (patch)
treeb5076223d0a6fec0561e2f7da772ee6dd873e944 /modules/myids.nix
parent9247b444929061f32be9b003621e1da555ebc770 (diff)
downloadNix-411af8e3f754278c5b54dfef7e1bd144a6007c39.tar.gz
Nix-411af8e3f754278c5b54dfef7e1bd144a6007c39.tar.zst
Nix-411af8e3f754278c5b54dfef7e1bd144a6007c39.zip
Add opendmarc openarc and opendkim configuration and packages
Diffstat (limited to 'modules/myids.nix')
-rw-r--r--modules/myids.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/myids.nix b/modules/myids.nix
index 4fb2626..7ec9c0e 100644
--- a/modules/myids.nix
+++ b/modules/myids.nix
@@ -3,6 +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;
7 opendmarc = 392;
6 peertube = 394; 8 peertube = 394;
7 redis = 395; 9 redis = 395;
8 nullmailer = 396; 10 nullmailer = 396;
@@ -11,6 +13,8 @@
11 mastodon = 399; 13 mastodon = 399;
12 }; 14 };
13 ids.gids = { 15 ids.gids = {
16 opendarc = 392;
17 opendmarc = 392;
14 peertube = 394; 18 peertube = 394;
15 redis = 395; 19 redis = 395;
16 nullmailer = 396; 20 nullmailer = 396;