diff --git a/services/gitea.nix b/services/gitea.nix index 81e580a..cbf86da 100755 --- a/services/gitea.nix +++ b/services/gitea.nix @@ -28,7 +28,7 @@ appName = "My awesome Gitea server"; # Give the site a name database = { type = "postgres"; - password = "password"; # config.sops.secrets."postgres/gitea_dbpass".path + passwordFile = "/run/keys/gitea-dbpassword"; # config.sops.secrets."postgres/gitea_dbpass".path }; settings.server = { DOMAIN = "git.my-domain.tld";