chore: updates

This commit is contained in:
arcnmx 2023-12-07 13:48:25 -08:00
parent c0f69114f4
commit 6226a0e9ee
2 changed files with 2 additions and 3 deletions

View file

@ -238,6 +238,7 @@ in {
"plex"
"environment_canada"
"met"
"generic_thermostat"
"google"
"google_assistant"
"google_cloud"

View file

@ -5,9 +5,7 @@
ensureDatabases = [ "hass" ];
ensureUsers = [{
name = "hass";
ensurePermissions = {
"DATABASE hass" = "ALL PRIVILEGES";
};
ensureDBOwnership = true;
}];
};
}