diff --git a/common/syncthing.nix b/common/syncthing.nix index 066947c..3260e06 100644 --- a/common/syncthing.nix +++ b/common/syncthing.nix @@ -5,7 +5,7 @@ ... }: { services.syncthing = { - enable = true; + enable = false; user = "xqtc"; dataDir = "/home/xqtc/syncthing"; overrideDevices = false; diff --git a/hosts/gc.nix b/hosts/gc.nix index 4ddb1b5..e9ccfcd 100644 --- a/hosts/gc.nix +++ b/hosts/gc.nix @@ -1,7 +1,7 @@ {config, ...}: { - nix.gc = { - automatic = true; - dates = "daily"; - options = "--delete-older-than 10d"; - }; + # nix.gc = { + # automatic = true; + # dates = "daily"; + # options = "--delete-older-than 10d"; + # }; }