From 47ebcbff8a3ec0c11ee1e8c47f42e76f0d46273c Mon Sep 17 00:00:00 2001 From: Lyes Saadi Date: Sat, 13 Dec 2025 14:34:18 +0100 Subject: [PATCH] Welp, it wasn't that, another test --- modules/server/biggoron/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/server/biggoron/default.nix b/modules/server/biggoron/default.nix index 1a092d1..81be54d 100644 --- a/modules/server/biggoron/default.nix +++ b/modules/server/biggoron/default.nix @@ -17,6 +17,7 @@ in # I don't understand why the fuck the user needs to be the same as the db's user = "biggoron"; + group = "biggoron"; database = { type = "postgres"; user = "biggoron"; @@ -81,10 +82,12 @@ in file = ../../../secrets/zora/services/biggoron-db-pass.age; mode = "400"; owner = "biggoron"; + group = "biggoron"; }; age.secrets.biggoron-admin-pass = { file = ../../../secrets/zora/services/biggoron-admin-pass.age; owner = "biggoron"; + group = "biggoron"; }; }