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";