summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/share/wbob.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-06-05 20:06:00 +0200
committermakefu <github@syntax-fehler.de>2021-06-06 08:24:18 +0200
commitf7dfc2c43ad99f5971b12a6f6a8c88cca3634f77 (patch)
treea63b2860f71632ef87348d894cacaf3db1829b03 /makefu/2configs/share/wbob.nix
parent3af3e6dab39e4c30d867d67228cb4c70bfc48446 (diff)
ma samba: remove isNormalUser again
Diffstat (limited to 'makefu/2configs/share/wbob.nix')
-rw-r--r--makefu/2configs/share/wbob.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefu/2configs/share/wbob.nix b/makefu/2configs/share/wbob.nix
index fd07d6ad..f2c36b55 100644
--- a/makefu/2configs/share/wbob.nix
+++ b/makefu/2configs/share/wbob.nix
@@ -3,11 +3,10 @@
networking.firewall.allowedTCPPorts = [ 139 445 ];
users.users.smbguest = {
name = "smbguest";
- uid = config.ids.uids.smbguest;
+ uid = config.ids.uids.smbguest; # effectively systemUser
description = "smb guest user";
home = "/home/share";
createHome = true;
- isNormalUser = true;
};
users.groups.mpd.members = [ "makefu" ];
services.samba = {