summaryrefslogtreecommitdiffstats
path: root/2configs/temp
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-09-02 12:47:53 +0200
committermakefu <github@syntax-fehler.de>2016-09-02 12:47:53 +0200
commit86c5d7c9e1ac32fec5b1d13cc8d18b694d94048f (patch)
treef3698f762f07031e362109da24075e37f79f4f00 /2configs/temp
parent05374471f21112d4721ca185ec37d2629c93a969 (diff)
m 2 temp/share-samba: add group
Diffstat (limited to '2configs/temp')
-rw-r--r--2configs/temp/share-samba.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/2configs/temp/share-samba.nix b/2configs/temp/share-samba.nix
index c021e66c6..34f0ab0b4 100644
--- a/2configs/temp/share-samba.nix
+++ b/2configs/temp/share-samba.nix
@@ -2,9 +2,11 @@
users.users.smbguest = {
name = "smbguest";
uid = config.ids.uids.smbguest;
+ group = "share";
description = "smb guest user";
home = "/var/empty";
};
+ users.groups.share.members = [ "makefu" ];
networking.firewall.allowedTCPPorts = [
139 445 # samba