From 7d254cd8c4ef7820ae65da81a6fc6ea896bf5ac8 Mon Sep 17 00:00:00 2001 From: George Date: Fri, 29 May 2026 20:38:16 +0300 Subject: [PATCH] fix(gitea)?: syntax --- nixos/system/hectic-lab/hectic-lab.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 - '''; + ''; }; };