summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-08-26 21:38:53 +0200
committerJörg Thalheim <joerg@thalheim.io>2021-08-26 21:38:53 +0200
commit1c0af4687cc3499b7cb8ce0799a662e1ce00ae22 (patch)
treee532c72828c70f74a2a7eb2c2d088af1519d07c6 /lass
parent9e9d5d26d9e8ebe2b7c6308184c25c9de133714e (diff)
mic92: remove breaking samba optoins
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/prism/config.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix
index e3dba69e..421afab2 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