summaryrefslogtreecommitdiff
path: root/modules/myids.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-10-16 13:49:24 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-25 00:04:29 +0200
commit245acb2459476f63db7311472ceb397f709c7671 (patch)
treefda0804914f2f547cad0c52aab1265bdb2552f89 /modules/myids.nix
parent4fa343dcd0b797d765ee8a3dfc14833d212b7491 (diff)
downloadNUR-245acb2459476f63db7311472ceb397f709c7671.tar.gz
NUR-245acb2459476f63db7311472ceb397f709c7671.tar.zst
NUR-245acb2459476f63db7311472ceb397f709c7671.zip
Add backup module
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 ac9fd65e..79610aff 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;