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" ];
|
extraOpenArgs = [ "--allow-discards" ];
|
||||||
settings.keyFile = "/tmp/secret.key";
|
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