summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/share/gum.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-16 12:17:19 +0200
committermakefu <github@syntax-fehler.de>2017-08-16 12:31:56 +0200
commitb4d1a357c4e7df2f40a695bdab269115b4887870 (patch)
tree18fedc130df41487c0e08cd0e66c6cc5add6e9f7 /makefu/2configs/share/gum.nix
parentd994a3ec26a20020dd470667ab87e4ded93afd68 (diff)
ma share/gum: fix download user
Diffstat (limited to 'makefu/2configs/share/gum.nix')
-rw-r--r--makefu/2configs/share/gum.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/2configs/share/gum.nix b/makefu/2configs/share/gum.nix
index e578f43d..f5942a0f 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 = {