From 2c8eeabeaa3c30c142339457cc4e035f9937c1c6 Mon Sep 17 00:00:00 2001 From: cnst Date: Sat, 6 Sep 2025 13:55:07 +0200 Subject: [PATCH] chore(syncthing): add enable to server --- hosts/sobotka/server.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/sobotka/server.nix b/hosts/sobotka/server.nix index 50705262..7ad89d89 100644 --- a/hosts/sobotka/server.nix +++ b/hosts/sobotka/server.nix @@ -60,6 +60,9 @@ apiKeyFile = config.age.secrets.cloudflareFirewallApiKey.path; zoneId = "0027acdfb8bbe010f55b676ad8698dfb"; }; + syncthing = { + enable = true; + }; podman = { enable = true; qbittorrent = {