From c975d30f4f9c73d0c4d2479e699386b5d4e738d2 Mon Sep 17 00:00:00 2001 From: Emelie Graven Date: Tue, 23 Aug 2022 18:36:50 +0200 Subject: [PATCH] Disable zfs snapshots --- config/hosts/rudiger/configuration.nix | 2 +- config/hosts/wind/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";