From 1ee85bb1e8ab1870d69df2cd20678e966d584c6f Mon Sep 17 00:00:00 2001 From: notohh <github@notohh.dev> Date: Sun, 16 Feb 2025 06:04:35 -0500 Subject: [PATCH] postgres: update dbs --- hosts/arashi/services/postgresql.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/arashi/services/postgresql.nix b/hosts/arashi/services/postgresql.nix index 6bd56d1..47b3068 100644 --- a/hosts/arashi/services/postgresql.nix +++ b/hosts/arashi/services/postgresql.nix @@ -60,6 +60,10 @@ name = "botoh"; ensureDBOwnership = true; } + { + name = "ganymede"; + ensureDBOwnership = true; + } ]; ensureDatabases = [ "forgejo" @@ -72,6 +76,7 @@ "atuin" "ec" "botoh" + "ganymede" ]; }; services.postgresqlBackup = { @@ -86,6 +91,7 @@ "miniflux" "atuin" "botoh" + "ganymede" ]; compression = "zstd"; compressionLevel = 4;