From 922e86a40805e77fe0fc6aa77d443143332ea866 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 5 Jan 2025 00:40:08 +0000 Subject: [PATCH] Fix trusted networks --- hosts/pi/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/pi/default.nix b/hosts/pi/default.nix index cecd1ff..c3baae4 100644 --- a/hosts/pi/default.nix +++ b/hosts/pi/default.nix @@ -136,7 +136,8 @@ { type = "trusted_networks"; trusted_networks = [ - "100.64.0.1/24" + "100.64.0.0/10" + "127.0.0.1" ]; allow_bypass_login = true; } @@ -159,7 +160,7 @@ scene = "!include scenes.yaml"; sensor = [ ]; system_health = { }; - zeroconfg = { }; + zeroconf = { }; }; extraComponents = [