From 3130ae3dd7fd3f02da14cb3ac566147f1f36d5dd Mon Sep 17 00:00:00 2001 From: George Date: Fri, 29 May 2026 18:37:02 +0300 Subject: [PATCH] fix?: +gitea --- nixos/system/hectic-lab/hectic-lab.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/system/hectic-lab/hectic-lab.nix b/nixos/system/hectic-lab/hectic-lab.nix index 2fb56e8..7e5421a 100644 --- a/nixos/system/hectic-lab/hectic-lab.nix +++ b/nixos/system/hectic-lab/hectic-lab.nix @@ -336,7 +336,10 @@ in { HTTP_PORT = 11011; SSH_PORT = 11012; }; - database.type = "postgres"; + database = { + type = "postgres"; + user = "postgres"; + }; }; # === WireGuard (disabled) ===