From 6c570f2458375c0acb4907676054c928fdc475c3 Mon Sep 17 00:00:00 2001 From: yaroslav Date: Tue, 17 Jun 2025 13:24:20 +0300 Subject: [PATCH] fixed Qwark shares --- hosts/Quark/smb.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Quark/smb.nix b/hosts/Quark/smb.nix index 9620ce5..ec19c7c 100644 --- a/hosts/Quark/smb.nix +++ b/hosts/Quark/smb.nix @@ -12,7 +12,7 @@ services.samba = { #"use sendfile" = "yes"; #"max protocol" = "smb2"; # note: localhost is the ipv6 localhost ::1 - "hosts allow" = "192.168.0. 127.0.0.1 localhost 192.168.122.2"; + "hosts allow" = "192.168.1.222 127.0.0.1 localhost 192.168.122.2"; "hosts deny" = "0.0.0.0/0"; "guest account" = "nobody"; "map to guest" = "bad user";