diff options
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r-- | hosts/vidhar/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index e234dcc1..405b5efa 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -348,6 +348,8 @@ | |||
348 | printcap name = /dev/null | 348 | printcap name = /dev/null |
349 | disable spoolss = yes | 349 | disable spoolss = yes |
350 | guest account = nobody | 350 | guest account = nobody |
351 | bind interfaces only = yes | ||
352 | interfaces = lo eno1 | ||
351 | ''; | 353 | ''; |
352 | shares = { | 354 | shares = { |
353 | homes = { | 355 | homes = { |
@@ -377,6 +379,7 @@ | |||
377 | services.samba-wsdd = { | 379 | services.samba-wsdd = { |
378 | enable = true; | 380 | enable = true; |
379 | workgroup = "WORKGROUP"; | 381 | workgroup = "WORKGROUP"; |
382 | interface = [ "lo" "eno1" ]; | ||
380 | }; | 383 | }; |
381 | 384 | ||
382 | fileSystems."/srv/eos.lower" = { | 385 | fileSystems."/srv/eos.lower" = { |