diff --git a/config/hosts/rudiger/configuration.nix b/config/hosts/rudiger/configuration.nix index 4b3c0c9..0dabc0d 100644 --- a/config/hosts/rudiger/configuration.nix +++ b/config/hosts/rudiger/configuration.nix @@ -20,7 +20,7 @@ boot.loader.grub.device = "/dev/sda"; boot.supportedFilesystems = ["zfs"]; - services.zfs.autoSnapshot.enable = true; + services.zfs.autoSnapshot.enable = false; services.zfs.autoScrub.enable = true; time.timeZone = "Europe/Copenhagen"; diff --git a/config/hosts/wind/configuration.nix b/config/hosts/wind/configuration.nix index 5d59f5f..9df6c08 100644 --- a/config/hosts/wind/configuration.nix +++ b/config/hosts/wind/configuration.nix @@ -24,7 +24,7 @@ boot.loader.grub.device = "/dev/sda"; boot.kernelPackages = pkgs.linuxPackages_5_10; boot.supportedFilesystems = ["zfs"]; - services.zfs.autoSnapshot.enable = true; + services.zfs.autoSnapshot.enable = false; services.zfs.autoScrub.enable = true; networking.hostName = "wind";