From 959c3ae52f8b7569f8cca5c4bb15b7e907829a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 21 Oct 2025 00:52:16 +0200 Subject: [PATCH] System Gen40 @ 2025-10-21-00:52:15 by jonas@harbor --- hosts/harbor/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/harbor/configuration.nix b/hosts/harbor/configuration.nix index 4a8bd8b..5c1fc46 100644 --- a/hosts/harbor/configuration.nix +++ b/hosts/harbor/configuration.nix @@ -20,6 +20,7 @@ }; sops.secrets."gitea-db-pass" = { sopsFile = ../../secrets/harbor/gitea.yaml; + owner = config.services.gitea.user; key = "databasePassword"; };