From 7817c65b9ed906fbe04b3b895e8f6595b3b0dba4 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 5f715a4c..6bdb4d99 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 = [