From a4bd00deb76859c03a8d47d23775c1c4fae27833 Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 4 Dec 2021 20:46:47 +0100 Subject: ma: add groups to users --- makefu/2configs/share/temp-share-samba.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefu/2configs/share/temp-share-samba.nix') diff --git a/makefu/2configs/share/temp-share-samba.nix b/makefu/2configs/share/temp-share-samba.nix index 56beb5b4..bcfddc11 100644 --- a/makefu/2configs/share/temp-share-samba.nix +++ b/makefu/2configs/share/temp-share-samba.nix @@ -13,7 +13,9 @@ description = "smb guest user"; home = "/home/share"; createHome = true; + group = "smbguest"; }; + users.groups.smbguest = {}; services.samba = { enable = true; shares = { -- cgit v1.2.3