diff options
Diffstat (limited to 'modules/myids.nix')
-rw-r--r-- | modules/myids.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/myids.nix b/modules/myids.nix index 4fb26269..7ec9c0ef 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; |