summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/temp/share-samba.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/temp/share-samba.nix')
-rw-r--r--makefu/2configs/temp/share-samba.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/temp/share-samba.nix b/makefu/2configs/temp/share-samba.nix
index 34f0ab0b..33d68da0 100644
--- a/makefu/2configs/temp/share-samba.nix
+++ b/makefu/2configs/temp/share-samba.nix
@@ -4,6 +4,7 @@
uid = config.ids.uids.smbguest;
group = "share";
description = "smb guest user";
+ isNormalUser = true;
home = "/var/empty";
};
users.groups.share.members = [ "makefu" ];