summaryrefslogtreecommitdiffstats
path: root/2configs/temp/share-samba.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-06-05 15:52:06 +0200
committermakefu <github@syntax-fehler.de>2021-06-05 15:52:06 +0200
commite7bf265a855f513c7b5d84a823ae1caa90edce75 (patch)
tree45d9cc35b5de32980d648cb88d02d57730b4dce7 /2configs/temp/share-samba.nix
parent771ea66091600e26a9ea3814002c876c849495ed (diff)
ma treewide: make 21.05 compatible (is*User, other fixes)
Diffstat (limited to '2configs/temp/share-samba.nix')
-rw-r--r--2configs/temp/share-samba.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/2configs/temp/share-samba.nix b/2configs/temp/share-samba.nix
index 34f0ab0b4..33d68da00 100644
--- a/2configs/temp/share-samba.nix
+++ b/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" ];