This commit is contained in:
mjallen18
2025-10-21 17:01:39 -05:00
parent d9e415870c
commit 52fc211dbf

View File

@@ -39,6 +39,7 @@
# Allow access via pg_hba.conf rules:
authentication = pkgs.lib.mkOverride 50 ''
# TYPE DATABASE USER ADDRESS METHOD
local all all trust
host homeassistant homeassistant 10.0.1.0/24 trust
'';
};