diff --git a/nixos/system/hectic-lab/hectic-lab.nix b/nixos/system/hectic-lab/hectic-lab.nix index 24bb4b3..f08214b 100644 --- a/nixos/system/hectic-lab/hectic-lab.nix +++ b/nixos/system/hectic-lab/hectic-lab.nix @@ -340,10 +340,9 @@ in { database = { createDatabase = false; type = "postgres"; - + socket = "/run/postgresql"; user = "gitea"; name = "gitea"; - socket = "/run/postgresql"; }; }; @@ -356,9 +355,9 @@ in { ensureDBOwnership = true; } ]; - authentication = ''' + authentication = '' local gitea gitea peer - '''; + ''; }; };