diff options
author | lassulus <lass@lassul.us> | 2017-04-27 18:59:57 +0200 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-04-27 18:59:57 +0200 |
commit | 379ae78ba95ba8d39873c3d8f14893f133588bb3 (patch) | |
tree | bb7ea38ea55d261a6ace536e57cbb111dd85825c /makefu/2configs/torrent.nix | |
parent | eaa6c57cd7aa06311a12cb76fae7e82976c7b865 (diff) | |
parent | b1cad2a6497ac285c7c1a11d5bdeadb64e6bc2a5 (diff) |
Merge remote-tracking branch 'gum/master'
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" |