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) ===