diff options
Diffstat (limited to 'flakes')
-rw-r--r-- | flakes/myuids/flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flakes/myuids/flake.nix b/flakes/myuids/flake.nix index 4068ba3..cc6dc66 100644 --- a/flakes/myuids/flake.nix +++ b/flakes/myuids/flake.nix | |||
@@ -5,6 +5,7 @@ | |||
5 | lib = { | 5 | lib = { |
6 | # Check that there is no clash with nixos/modules/misc/ids.nix | 6 | # Check that there is no clash with nixos/modules/misc/ids.nix |
7 | uids = { | 7 | uids = { |
8 | cryptpad = 386; | ||
8 | postfixscripts = 387; | 9 | postfixscripts = 387; |
9 | acme = 388; | 10 | acme = 388; |
10 | backup = 389; | 11 | backup = 389; |
@@ -20,6 +21,7 @@ | |||
20 | }; | 21 | }; |
21 | gids = { | 22 | gids = { |
22 | nagios = 11; # commented in the ids file | 23 | nagios = 11; # commented in the ids file |
24 | cryptpad = 386; | ||
23 | acme = 388; | 25 | acme = 388; |
24 | backup = 389; | 26 | backup = 389; |
25 | vhost = 390; | 27 | vhost = 390; |