diff options
author | makefu <github@syntax-fehler.de> | 2021-06-05 19:23:13 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-06-05 19:23:13 +0200 |
commit | 9f2a1f8db104853fc74ae0f21c64e0fe42b3ad98 (patch) | |
tree | 5a8c8cbe0dc738abf5ce87f038a21b37f6e0bba1 /makefu/2configs/share/wbob.nix | |
parent | ffafc5dd3a889480893610b513bef4f1ca68f01b (diff) |
ma smbguest: isNormalUser
Diffstat (limited to 'makefu/2configs/share/wbob.nix')
-rw-r--r-- | makefu/2configs/share/wbob.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/share/wbob.nix b/makefu/2configs/share/wbob.nix index 9695751ff..fd07d6ad5 100644 --- a/makefu/2configs/share/wbob.nix +++ b/makefu/2configs/share/wbob.nix @@ -7,6 +7,7 @@ description = "smb guest user"; home = "/home/share"; createHome = true; + isNormalUser = true; }; users.groups.mpd.members = [ "makefu" ]; services.samba = { |