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 79610af..1a1a5d6 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 acme = 388;
6 backup = 389; 7 backup = 389;
7 vhost = 390; 8 vhost = 390;
8 openarc = 391; 9 openarc = 391;
@@ -16,6 +17,7 @@
16 }; 17 };
17 ids.gids = { 18 ids.gids = {
18 nagios = 11; # commented in the ids file 19 nagios = 11; # commented in the ids file
20 acme = 388;
19 backup = 389; 21 backup = 389;
20 vhost = 390; 22 vhost = 390;
21 openarc = 391; 23 openarc = 391;