diff options
author | makefu <github@syntax-fehler.de> | 2017-04-24 23:22:13 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-04-24 23:22:13 +0200 |
commit | 9b813fdf07573d2d7099f8d494b7724abe1c0dc7 (patch) | |
tree | 0ce0b5ecac074d976d189efc10c1c9cf4e8018ca /makefu/2configs/torrent.nix | |
parent | 96fcce0e7c95460ce55ba644cab60580547a2981 (diff) |
m 2 torrent: mkdefault download
Diffstat (limited to 'makefu/2configs/torrent.nix')
-rw-r--r-- | makefu/2configs/torrent.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/2configs/torrent.nix b/makefu/2configs/torrent.nix index 69d40094f..85d2e6c67 100644 --- a/makefu/2configs/torrent.nix +++ b/makefu/2configs/torrent.nix @@ -20,7 +20,7 @@ in { download = { name = "download"; home = dl-dir; - uid = genid "download"; + uid = mkDefault (genid "download"); createHome = true; useDefaultShell = true; group = "download"; @@ -39,7 +39,7 @@ in { users.extraGroups = { download = { - gid = genid "download"; + gid = lib.mkDefault (genid "download"); members = [ config.krebs.build.user.name "download" |