cornflake/system/core/boot.nix
2026-03-01 01:39:57 +09:00

7 lines
102 B
Nix

{ pkgs, ... }:
{
boot = {
supportedFilesystems = [ "ext4" "btrfs" "xfs" "vfat" "ntfs" ];
};
}