diff options
author | makefu <github@syntax-fehler.de> | 2017-08-16 12:17:19 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-08-16 12:31:56 +0200 |
commit | b4d1a357c4e7df2f40a695bdab269115b4887870 (patch) | |
tree | 18fedc130df41487c0e08cd0e66c6cc5add6e9f7 /makefu/2configs/share | |
parent | d994a3ec26a20020dd470667ab87e4ded93afd68 (diff) |
ma share/gum: fix download user
Diffstat (limited to 'makefu/2configs/share')
-rw-r--r-- | makefu/2configs/share/gum.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/2configs/share/gum.nix b/makefu/2configs/share/gum.nix index e578f43d3..f5942a0f7 100644 --- a/makefu/2configs/share/gum.nix +++ b/makefu/2configs/share/gum.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: -with config.krebs.lib; +with import <stockholm/lib>; let hostname = config.krebs.build.host.name; in { @@ -11,7 +11,7 @@ in { # home = "/var/empty"; # }; - users.users.download = { }; + users.users.download.uid = genid "download"; services.samba = { enable = true; shares = { |