summaryrefslogtreecommitdiffstats
path: root/2configs/fs/disko/single-disk-bcachefs.nix
diff options
context:
space:
mode:
Diffstat (limited to '2configs/fs/disko/single-disk-bcachefs.nix')
-rw-r--r--2configs/fs/disko/single-disk-bcachefs.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/2configs/fs/disko/single-disk-bcachefs.nix b/2configs/fs/disko/single-disk-bcachefs.nix
index cd73afd0d..bc80f6b30 100644
--- a/2configs/fs/disko/single-disk-bcachefs.nix
+++ b/2configs/fs/disko/single-disk-bcachefs.nix
@@ -1,4 +1,5 @@
{ disks ? [ "/dev/sda" ], ... }: {
+ boot.supportedFilesystems = [ "bcachefs" ];
disko.devices = {
disk = {
vdb = {
@@ -26,7 +27,7 @@
part-type = "primary";
content = {
type = "filesystem";
- format = "bcachefs";
+ format = "btrfs";
mountpoint = "/";
};
}