aboutsummaryrefslogtreecommitdiff
path: root/modules/myids.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-23 03:35:03 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-23 03:35:03 +0200
commitcfda3cfc35445979225850f686f338e6d4ace372 (patch)
treea0f6bde8e7d04962085896e73a6467645b61c952 /modules/myids.nix
parentdb343436f0e678ef3a97e6f8ac559ffa0507e422 (diff)
downloadNix-cfda3cfc35445979225850f686f338e6d4ace372.tar.gz
Nix-cfda3cfc35445979225850f686f338e6d4ace372.tar.zst
Nix-cfda3cfc35445979225850f686f338e6d4ace372.zip
Fix acme certificate generation
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;