summaryrefslogtreecommitdiffstats
path: root/lass/1systems
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-01-23 21:03:21 +0100
committerlassulus <lassulus@lassul.us>2021-01-23 21:12:57 +0100
commit2b83ce10c504be19b54d22032e9471d72f9dbfcf (patch)
tree94db7919a7e5e23ff83c526b65ba6c7d869a0fe7 /lass/1systems
parent7258d96e4e41fc03cfbefebb1aa2d52c20fd62ea (diff)
l prism.r: remove deprecated samba stuff
Diffstat (limited to 'lass/1systems')
-rw-r--r--lass/1systems/prism/config.nix36
1 files changed, 0 insertions, 36 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix
index 958c2035..6f61ea57 100644
--- a/lass/1systems/prism/config.nix
+++ b/lass/1systems/prism/config.nix
@@ -411,42 +411,6 @@ with import <stockholm/lib>;
];
};
}
- { #macos mounting of yellow
- krebs.iptables.tables.filter.INPUT.rules = [
- { predicate = "-i wiregrill -p tcp --dport 139"; target = "ACCEPT"; }
- { predicate = "-i wiregrill -p tcp --dport 445"; target = "ACCEPT"; }
- { predicate = "-i wiregrill -p udp --dport 137"; target = "ACCEPT"; }
- { predicate = "-i wiregrill -p udp --dport 138"; target = "ACCEPT"; }
- ];
- users.users.smbguest = {
- name = "smbguest";
- uid = config.ids.uids.smbguest;
- description = "smb guest user";
- home = "/home/share";
- createHome = true;
- };
- services.samba = {
- enable = true;
- enableNmbd = true;
- shares = {
- download = {
- path = "/var/download/finished";
- "read only" = "yes";
- browseable = "yes";
- "guest ok" = "yes";
- };
- };
- extraConfig = ''
- guest account = smbguest
- map to guest = bad user
- # disable printing
- load printers = no
- printing = bsd
- printcap name = /dev/null
- disable spoolss = yes
- '';
- };
- }
];
krebs.build.host = config.krebs.hosts.prism;