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"; }; }