Testomg ext4 instead of btrfs
This commit is contained in:
parent
7183c59adc
commit
a4f446caf9
1 changed files with 6 additions and 19 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue