Little format

This commit is contained in:
Lillian Violet 2024-02-06 12:45:33 +01:00
parent 0e0e64d1af
commit 428f2cd7ee

View file

@ -45,11 +45,10 @@
#keyFile = "/tmp/secret.key";
};
#additionalKeyFiles = ["/tmp/additionalSecret.key"];
content = {
type = "filesystem";
format = "bcachefs";
mountpoint = "/";
};
content = {
type = "filesystem";
format = "bcachefs";
mountpoint = "/";
};
};
};
@ -57,4 +56,5 @@
};
};
};
};
}