From 6984ee44464dd367f082efbe16602e8253abf479 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Thu, 30 May 2024 22:42:43 +0200 Subject: [PATCH] nixy: remove btrfs features --- nixy/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"; };