From d88c3714c582029045056dd6172d2ec0d61f0cf2 Mon Sep 17 00:00:00 2001 From: kenny Date: Mon, 11 Aug 2025 20:08:49 +0300 Subject: [PATCH] Disabled syncthing for Roxana's job --- hosts/puter/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/puter/default.nix b/hosts/puter/default.nix index d46ee4e..34568b9 100644 --- a/hosts/puter/default.nix +++ b/hosts/puter/default.nix @@ -6,7 +6,7 @@ imports = [ ./hardware-configuration.nix ./cronjobs.nix - ./syncthing.nix + #./syncthing.nix ./packages.nix ./de/default.nix ../../modules/common/nix.nix