Test
This commit is contained in:
parent
7aa998b8f1
commit
ffb55811e5
1 changed files with 3 additions and 11 deletions
|
@ -29,18 +29,10 @@
|
|||
end = "100%";
|
||||
content = {
|
||||
type = "luks";
|
||||
name = "LUKS-ROOT";
|
||||
extraOpenArgs = [ "--allow-discards" ];
|
||||
settings.keyFile = "/tmp/secret.key";
|
||||
name = "ROOT";
|
||||
content = {
|
||||
type = "btrfs";
|
||||
extraArgs = [ "-f" ];
|
||||
subvolumes = {
|
||||
"@" = {
|
||||
mountpoint = "/";
|
||||
mountOptions = [ "compress=zstd" "noatime" ];
|
||||
}; # root
|
||||
}; # subvolumes
|
||||
type = "filesystem";
|
||||
format = "ext4";
|
||||
}; # content.content
|
||||
}; # content
|
||||
} # partition 2
|
||||
|
|
Loading…
Reference in a new issue