This commit is contained in:
Ryan Pandya 2025-02-02 19:12:43 -08:00
parent ee07347952
commit 3404e20c38

View File

@ -17,7 +17,7 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
services.syncthing = { services.syncthing = {
enable = true; 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}"; cert = "${config.sops.secrets."syncthing/${config.networking.hostName}_cert".path}";
user = "${username}"; user = "${username}";
group = "users"; group = "users";