remove great_cloud_of_witnesses

This commit is contained in:
2026-01-03 09:18:53 -05:00
parent 9a7cf03a00
commit 156d624d81
10 changed files with 0 additions and 252 deletions

View File

@@ -30,18 +30,6 @@ in
local hass hass trust
local gitea gitea trust
# megan
host megan megan 192.168.90.1/24 trust
host megan megan 127.0.0.1/32 trust
host gcw megan 192.168.90.1/24 trust
host gcw megan 127.0.0.1/32 trust
# gcw
local gcw gcw trust
host gcw gcw 192.168.90.1/24 trust
host gcw gcw 127.0.0.1/32 trust
# math
local postgres math trust
host postgres math 127.0.0.1/32 trust
@@ -100,26 +88,6 @@ in
replication = true;
};
}
{
name = "megan";
ensureDBOwnership = true;
ensureClauses = {
login = true;
createrole = true;
createdb = true;
replication = true;
};
}
{
name = "gcw";
ensureDBOwnership = true;
ensureClauses = {
login = true;
createrole = true;
createdb = true;
replication = true;
};
}
{
name = "math";
ensureDBOwnership = true;
@@ -132,13 +100,9 @@ in
}
];
ensureDatabases = [
"gcw"
"hass"
"gitea"
"math"
"megan"
"mxr_dev"
"mxr_prod"
"n8n"
"richie"
];