From e41f0aff7e186060b406f64314d3004fc57c7fa2 Mon Sep 17 00:00:00 2001 From: George Date: Fri, 29 May 2026 20:07:27 +0300 Subject: [PATCH] fix?: +gitea v3 --- nixos/system/hectic-lab/hectic-lab.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/system/hectic-lab/hectic-lab.nix b/nixos/system/hectic-lab/hectic-lab.nix index 5f715a4..6bdb4d9 100644 --- a/nixos/system/hectic-lab/hectic-lab.nix +++ b/nixos/system/hectic-lab/hectic-lab.nix @@ -344,7 +344,7 @@ in { }; }; - postgres = { + postgresql = { enable = true; ensureDatabases = [ "gitea" ]; ensureUsers = [