aboutsummaryrefslogtreecommitdiff
path: root/modules/myids.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/myids.nix')
-rw-r--r--modules/myids.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/myids.nix b/modules/myids.nix
index 7ec9c0e..e949ca7 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;