summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-06-05 19:23:13 +0200
committermakefu <github@syntax-fehler.de>2021-06-05 19:23:13 +0200
commit9f2a1f8db104853fc74ae0f21c64e0fe42b3ad98 (patch)
tree5a8c8cbe0dc738abf5ce87f038a21b37f6e0bba1 /makefu
parentffafc5dd3a889480893610b513bef4f1ca68f01b (diff)
ma smbguest: isNormalUser
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/share/omo.nix1
-rw-r--r--makefu/2configs/share/temp-share-samba.nix1
-rw-r--r--makefu/2configs/share/wbob.nix1
3 files changed, 3 insertions, 0 deletions
diff --git a/makefu/2configs/share/omo.nix b/makefu/2configs/share/omo.nix
index 308142f0..32ac018e 100644
--- a/makefu/2configs/share/omo.nix
+++ b/makefu/2configs/share/omo.nix
@@ -14,6 +14,7 @@ in {
uid = config.ids.uids.smbguest;
description = "smb guest user";
home = "/var/empty";
+ isNormalUser = true;
};
services.samba = {
enable = true;
diff --git a/makefu/2configs/share/temp-share-samba.nix b/makefu/2configs/share/temp-share-samba.nix
index ac0eaa97..8d597f33 100644
--- a/makefu/2configs/share/temp-share-samba.nix
+++ b/makefu/2configs/share/temp-share-samba.nix
@@ -12,6 +12,7 @@
uid = config.ids.uids.smbguest;
description = "smb guest user";
home = "/home/share";
+ isNormalUser = true;
createHome = true;
};
services.samba = {
diff --git a/makefu/2configs/share/wbob.nix b/makefu/2configs/share/wbob.nix
index 9695751f..fd07d6ad 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 = {