summaryrefslogtreecommitdiffstats
path: root/2configs/share/temp-share-samba.nix
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
commit30935d68e4e587b7c63843e80b0b352738e240c8 (patch)
tree2b81b5d5302efc6403de872d145c817f93e3e63b /2configs/share/temp-share-samba.nix
parent09828c452a801f5f196ab6a5467c28393623e8a1 (diff)
ma smbguest: isNormalUser
Diffstat (limited to '2configs/share/temp-share-samba.nix')
-rw-r--r--2configs/share/temp-share-samba.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/2configs/share/temp-share-samba.nix b/2configs/share/temp-share-samba.nix
index ac0eaa978..8d597f33a 100644
--- a/2configs/share/temp-share-samba.nix
+++ b/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 = {