diff options
Diffstat (limited to 'modules/disks/bcachefs/grub.nix')
| -rw-r--r-- | modules/disks/bcachefs/grub.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/disks/bcachefs/grub.nix b/modules/disks/bcachefs/grub.nix new file mode 100644 index 0000000..ba886d2 --- /dev/null +++ b/modules/disks/bcachefs/grub.nix @@ -0,0 +1,7 @@ +{ + boot.loader.grub = { + enable = true; + }; + + boot.supportedFilesystems = ["bcachefs"]; +} |
