Skip to content

Commit

Permalink
build: deck: fix ISO boot
Browse files Browse the repository at this point in the history
  • Loading branch information
LEXUGE committed Nov 27, 2023
1 parent 9a0169d commit aae51e0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions cfgs/img-deck/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
# ZFS is currently broken on the latest kernel. Since we don't use it, it's fine to disable it.
boot.supportedFilesystems = lib.mkForce [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs" ];

# Needed for boot! We would like to load these on force as auto detection doesn't seem to work.
boot.initrd.kernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" ];

# Set internationalisation properties.
console = {
font = "Lat2-Terminus16";
Expand Down
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aae51e0

Please sign in to comment.