From 1c0af4687cc3499b7cb8ce0799a662e1ce00ae22 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= <joerg@thalheim.io>
Date: Thu, 26 Aug 2021 21:38:53 +0200
Subject: [PATCH] mic92: remove breaking samba optoins

---
 lass/1systems/prism/config.nix | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix
index e3dba69e4..421afab2a 100644
--- a/lass/1systems/prism/config.nix
+++ b/lass/1systems/prism/config.nix
@@ -395,12 +395,6 @@ with import <stockholm/lib>;
           server string = ${config.networking.hostName}
           # only allow retiolum addresses
           hosts allow = 42::/16 10.243.0.0/16
-          # Don't bind to the legacy 143 port
-          smb ports = 445
-          # Bind only to allowed interfaces
-          bind interfaces only = true
-          # only bind to retiolum network
-          interfaces = tinc.retiolum
 
           # Use sendfile() for performance gain
           use sendfile = true