aboutsummaryrefslogtreecommitdiff
path: root/modules/myids.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/myids.nix')
-rw-r--r--modules/myids.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/myids.nix b/modules/myids.nix
index ac9fd65..79610af 100644
--- a/modules/myids.nix
+++ b/modules/myids.nix
@@ -3,6 +3,7 @@
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 backup = 389;
6 vhost = 390; 7 vhost = 390;
7 openarc = 391; 8 openarc = 391;
8 opendmarc = 392; 9 opendmarc = 392;
@@ -15,6 +16,7 @@
15 }; 16 };
16 ids.gids = { 17 ids.gids = {
17 nagios = 11; # commented in the ids file 18 nagios = 11; # commented in the ids file
19 backup = 389;
18 vhost = 390; 20 vhost = 390;
19 openarc = 391; 21 openarc = 391;
20 opendmarc = 392; 22 opendmarc = 392;