diff --git a/nixy/configuration.nix b/nixy/configuration.nix index 2e9387e..d1b6b4f 100644 --- a/nixy/configuration.nix +++ b/nixy/configuration.nix @@ -80,7 +80,7 @@ memtest86.enable = true; }; readOnlyNixStore = true; - supportedFilesystems = ["btrfs"]; + supportedFilesystems = ["f2fs" "xfs"]; tmp.useTmpfs = true; }; @@ -305,7 +305,7 @@ services = { acpid.enable = true; - btrfs.autoScrub.enable = true; + btrfs.autoScrub.enable = false; dbus.enable = true; fstrim.enable = true; fwupd.enable = true; @@ -509,7 +509,7 @@ virtualisation = { containers.storage.settings = { storage = { - driver = lib.mkForce "btrfs"; + #driver = lib.mkForce "btrfs"; graphroot = "/var/lib/containers/storage"; runroot = "/run/containers/storage"; };