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%";
|
end = "100%";
|
||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "LUKS-ROOT";
|
name = "ROOT";
|
||||||
extraOpenArgs = [ "--allow-discards" ];
|
extraOpenArgs = [ "--allow-discards" ];
|
||||||
settings.keyFile = "/tmp/secret.key";
|
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "btrfs";
|
||||||
format = "btrfs";
|
extraArgs = [ "-f" ];
|
||||||
# extraArgs = [ "-f" ];
|
|
||||||
subvolumes = {
|
subvolumes = {
|
||||||
"/root" = {
|
"/root" = {
|
||||||
mountpoint = "/";
|
mountpoint = "/";
|
||||||
|
|
Loading…
Reference in a new issue