test
This commit is contained in:
parent
f3d04f5a91
commit
decb178f95
1 changed files with 2 additions and 3 deletions
|
@ -33,9 +33,8 @@
|
|||
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