nixy: remove btrfs features

This commit is contained in:
Asmir A 2024-05-30 22:42:43 +02:00
parent 064a2e6554
commit 6984ee4446
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -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";
};