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";
extraOpenArgs = [ "--allow-discards" ];
content = {
type = "btrfs";
extraArgs = [ "-f" ];
subvolumes = {
"/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
type = "filesystem";
format = "ext4";
mountpoint = "/";
};
};
};
}; # partitions
}; # content
}; # disko.devices.disk.vda