This commit is contained in:
2025-08-12 18:36:19 +00:00
parent ed7fc605b1
commit fd7ad5cf86
9 changed files with 132 additions and 131 deletions

View File

@@ -1,6 +1,7 @@
{
pkgs,
hostname,
sops,
user,
...
}: {
@@ -51,6 +52,8 @@
nameservers = ["1.1.1.1"];
};
sops.defaultSopsFile = "./secrets/tahani.yaml";
services.postgresql = {
enable = true;
package = pkgs.postgresql_17;