summaryrefslogtreecommitdiffstats
path: root/tv/3modules
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-12-26 10:44:54 +0100
committerlassulus <lass@aidsballs.de>2015-12-26 10:44:54 +0100
commit6733fa66b46f0d00b7016a92f4ef093ccb7b7a2b (patch)
tree13bca60f67491263bf027b2b1f09cf5b14b1c9c0 /tv/3modules
parentf55b44eb7cffbe0934785afd3a36001ba0713ad1 (diff)
parent763f0db52ad45eef6e09d7982cd0f6cd898857e3 (diff)
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'tv/3modules')
-rw-r--r--tv/3modules/consul.nix4
-rw-r--r--tv/3modules/ejabberd.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/tv/3modules/consul.nix b/tv/3modules/consul.nix
index ccdee07f..5c955fdb 100644
--- a/tv/3modules/consul.nix
+++ b/tv/3modules/consul.nix
@@ -109,9 +109,9 @@ let
};
};
- user = {
+ user = rec {
name = "consul";
- uid = 2999951406; # genid consul
+ uid = genid name;
};
in
diff --git a/tv/3modules/ejabberd.nix b/tv/3modules/ejabberd.nix
index 6b231fb5..581e1007 100644
--- a/tv/3modules/ejabberd.nix
+++ b/tv/3modules/ejabberd.nix
@@ -53,9 +53,9 @@ let
};
};
- user = {
+ user = rec {
name = "ejabberd";
- uid = 3499746127; # genid ejabberd
+ uid = genid name;
};
my-ejabberdctl = pkgs.writeScriptBin "ejabberdctl" ''