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:17:19 +0200 |
commit | d922798b22456abe77aec38e76e46c39020d3f38 (patch) | |
tree | 6bea46437749253c5381e3bb69f204b2ff9aec42 | |
parent | 4e1f16fe0dcf36ba0da3fb18109532daa9228c86 (diff) |
ma share/gum: fix download user
-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 = { |