From 3404e20c38655f9b68ee67adaedbe897d49482db Mon Sep 17 00:00:00 2001 From: Ryan Pandya Date: Sun, 2 Feb 2025 19:12:43 -0800 Subject: [PATCH] WTF --- modules/apps/syncthing/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apps/syncthing/default.nix b/modules/apps/syncthing/default.nix index 658d820..1a035a4 100644 --- a/modules/apps/syncthing/default.nix +++ b/modules/apps/syncthing/default.nix @@ -17,7 +17,7 @@ in config = lib.mkIf cfg.enable { services.syncthing = { enable = true; - key = "${config.sops.secrets."syncthing/${config.networking.hostName}_key".path }"; + key = "${config.sops.secrets."syncthing/${config.networking.hostName}_key".path}"; cert = "${config.sops.secrets."syncthing/${config.networking.hostName}_cert".path}"; user = "${username}"; group = "users";