summaryrefslogtreecommitdiffstats
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
commit5fde4d1984cc466ad6782079cdc971b966252d32 (patch)
treea9ba8b79e50d3fea2f3ef22db1f3c4bc5cae0414
parent8c5a42f1fa9d4f6904eaa7e84110b3983d860e1f (diff)
ma share/gum: fix download user
-rw-r--r--2configs/share/gum.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/2configs/share/gum.nix b/2configs/share/gum.nix
index e578f43d3..f5942a0f7 100644
--- a/2configs/share/gum.nix
+++ b/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 = {