ma share/gum: fix download user

This commit is contained in:
makefu 2017-08-16 12:17:19 +02:00
parent d994a3ec26
commit b4d1a357c4
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
with config.krebs.lib; with import <stockholm/lib>;
let let
hostname = config.krebs.build.host.name; hostname = config.krebs.build.host.name;
in { in {
@ -11,7 +11,7 @@ in {
# home = "/var/empty"; # home = "/var/empty";
# }; # };
users.users.download = { }; users.users.download.uid = genid "download";
services.samba = { services.samba = {
enable = true; enable = true;
shares = { shares = {