From d41e3849a9faca23c48f7146b2a968afbd290433 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 12 Sep 2026 18:47:10 -0500 Subject: [PATCH] use colons --- homelab-services/gitea/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homelab-services/gitea/flake.nix b/homelab-services/gitea/flake.nix index 3bbe6fe..a237029 100644 --- a/homelab-services/gitea/flake.nix +++ b/homelab-services/gitea/flake.nix @@ -64,7 +64,7 @@ echo "Generating templated files" gomplate=${pkgs.gomplate}/bin/gomplate - printf '{"db_hostname"="%s","web_hostname"="%s"}' \ + printf '{"db_hostname":"%s","web_hostname":"%s"}' \ "${opts.database-hostname}" \ "${opts.default-nginx.hostname}" | $gomplate \ --input-dir=${k3sDir} \