diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-06-01 07:57:15 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-06-01 07:57:15 +0200 |
commit | 8c91e92ca891c8364d91a941813877b95a7103ad (patch) | |
tree | f208b4fd9eb0a643cc7242d9f6f6b0a5e48df539 /flakes | |
parent | 0c62c36a9d9fa737baf45440916cfc0bfdd53f8e (diff) | |
download | Nix-8c91e92ca891c8364d91a941813877b95a7103ad.tar.gz Nix-8c91e92ca891c8364d91a941813877b95a7103ad.tar.zst Nix-8c91e92ca891c8364d91a941813877b95a7103ad.zip |
Add cryptpad farm
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; |