Testomg ext4 instead of btrfs

This commit is contained in:
iFargle 2023-10-05 18:04:04 +09:00
parent 7183c59adc
commit a4f446caf9

View file

@ -25,25 +25,12 @@
name = "crypted"; name = "crypted";
extraOpenArgs = [ "--allow-discards" ]; extraOpenArgs = [ "--allow-discards" ];
content = { content = {
type = "btrfs"; type = "filesystem";
extraArgs = [ "-f" ]; format = "ext4";
subvolumes = { mountpoint = "/";
"/root" = { };
mountpoint = "/"; };
mountOptions = [ "compress=zstd" "noatime" ]; };
}; # root
"/home" = {
mountpoint = "/home";
mountOptions = [ "compress=zstd" "noatime" ];
}; # home
"/nix" = {
mountpoint = "/nix";
mountOptions = [ "compress=zstd" "noatime" ];
}; # nix
}; # subvolumes
};# content
}; # content
}; # luks.partitions
}; # partitions }; # partitions
}; # content }; # content
}; # disko.devices.disk.vda }; # disko.devices.disk.vda