ma share/gum: fix download user
This commit is contained in:
parent
d994a3ec26
commit
b4d1a357c4
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user