Testing ext4

This commit is contained in:
iFargle 2023-10-06 11:09:46 +09:00
parent 028be6e0cd
commit e67a94b1e3

View file

@ -23,23 +23,10 @@
name = "crypted"; name = "crypted";
extraOpenArgs = [ "--allow-discards" ]; extraOpenArgs = [ "--allow-discards" ];
content = { content = {
type = "btrfs"; type = "filesystem";
extraArgs = [ "-f" ]; format = "ext4";
subvolumes = { mountpoint = "/";
"/root" = { }; # content
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 }; # content
}; # luks.partitions }; # luks.partitions
}; # partitions }; # partitions