nas stuff and upd

This commit is contained in:
mjallen18
2025-10-14 18:42:33 -05:00
parent 1fecd14b02
commit 41105e3f5a
7 changed files with 24 additions and 4 deletions

View File

@@ -36,6 +36,11 @@
ensureDBOwnership = true;
}
];
# Allow access via pg_hba.conf rules:
authentication = pkgs.lib.mkOverride 50 ''
# TYPE DATABASE USER ADDRESS METHOD
host homeassistant homeassistant 10.0.1.0/24 trust
'';
};
redis = {