chore(syncthing): add enable to server

This commit is contained in:
2025-09-06 13:55:07 +02:00
parent eefa14bd57
commit 2c8eeabeaa

View File

@@ -60,6 +60,9 @@
apiKeyFile = config.age.secrets.cloudflareFirewallApiKey.path; apiKeyFile = config.age.secrets.cloudflareFirewallApiKey.path;
zoneId = "0027acdfb8bbe010f55b676ad8698dfb"; zoneId = "0027acdfb8bbe010f55b676ad8698dfb";
}; };
syncthing = {
enable = true;
};
podman = { podman = {
enable = true; enable = true;
qbittorrent = { qbittorrent = {