playin around with openhab again

This commit is contained in:
TheWanderingCrow 2025-09-04 09:12:09 -04:00
parent ea55817e41
commit 1a3a4bd43e
2 changed files with 1 additions and 1 deletions

View file

@ -46,6 +46,7 @@
"modules/services/grocy"
"modules/services/homebox"
"modules/services/homepage"
"modules/services/openhab"
"modules/services/lubelogger"
"modules/services/trilium"
"modules/services/fail2ban"

View file

@ -40,7 +40,6 @@ in
locations."/" = {
extraConfig = ''
allow 192.168.0.0/16;
allow 10.8.0.0/24;
allow ${inputs.nix-secrets.network.primary.publicIP};
deny all;
'';