Test
This commit is contained in:
parent
245fe5bee8
commit
9d5a72c490
1 changed files with 3 additions and 5 deletions
|
@ -29,13 +29,11 @@
|
|||
end = "100%";
|
||||
content = {
|
||||
type = "luks";
|
||||
name = "LUKS-ROOT";
|
||||
name = "ROOT";
|
||||
extraOpenArgs = [ "--allow-discards" ];
|
||||
settings.keyFile = "/tmp/secret.key";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "btrfs";
|
||||
# extraArgs = [ "-f" ];
|
||||
type = "btrfs";
|
||||
extraArgs = [ "-f" ];
|
||||
subvolumes = {
|
||||
"/root" = {
|
||||
mountpoint = "/";
|
||||
|
|
Loading…
Reference in a new issue