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";
|
||||
extraOpenArgs = [ "--allow-discards" ];
|
||||
content = {
|
||||
type = "btrfs";
|
||||
extraArgs = [ "-f" ];
|
||||
subvolumes = {
|
||||
"/root" = {
|
||||
type = "filesystem";
|
||||
format = "ext4";
|
||||
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
|
||||
}; # content
|
||||
}; # disko.devices.disk.vda
|
||||
|
|
Loading…
Reference in a new issue