cornflake/system/core/boot.nix
2025-01-30 21:55:28 +09:00

7 lines
102 B
Nix

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