adding data_science_dev

This commit is contained in:
2026-03-24 21:36:50 -04:00
parent c266ba79f4
commit d8e166a340
6 changed files with 80 additions and 0 deletions

View File

@@ -39,6 +39,10 @@ in
host postgres math ::1/128 trust
host postgres math 192.168.90.1/24 trust
local data_science_dev math trust
host data_science_dev math 127.0.0.1/32 trust
host data_science_dev math ::1/128 trust
host data_science_dev math 192.168.90.1/24 trust
'';
identMap = ''
@@ -110,6 +114,7 @@ in
}
];
ensureDatabases = [
"data_science_dev"
"hass"
"gitea"
"math"