This commit is contained in:
2025-12-25 18:04:49 +00:00
parent f3581ffe00
commit 343d99e8a9

View File

@@ -53,4 +53,14 @@
};
networking.hostName = hostname;
services.postgresql = {
ensureDatabases = ["shnosh"];
ensureUsers = [
{
name = "shnosh";
ensureDBOwnership = true;
}
];
};
}