Testing ext4
This commit is contained in:
parent
028be6e0cd
commit
e67a94b1e3
1 changed files with 4 additions and 17 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue