diff options
author | tv <tv@krebsco.de> | 2015-12-26 05:55:13 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-12-26 05:58:37 +0100 |
commit | 763f0db52ad45eef6e09d7982cd0f6cd898857e3 (patch) | |
tree | 77594d44153f6d6602783718d491024e40bd4423 /krebs/3modules/tinc_graphs.nix | |
parent | a226298f4d545ea66b830833ef9f19c1785a4546 (diff) |
{pkgs => lib}.genid
Diffstat (limited to 'krebs/3modules/tinc_graphs.nix')
-rw-r--r-- | krebs/3modules/tinc_graphs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/tinc_graphs.nix b/krebs/3modules/tinc_graphs.nix index ba81dd416..1f32c2e59 100644 --- a/krebs/3modules/tinc_graphs.nix +++ b/krebs/3modules/tinc_graphs.nix @@ -120,7 +120,7 @@ let }; users.extraUsers.tinc_graphs = { - uid = 3925439960; #genid tinc_graphs + uid = genid "tinc_graphs"; home = "/var/spool/tinc_graphs"; }; |