Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created September 7, 2019 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/c2440127d8c5d6d83b01579ff965b457 to your computer and use it in GitHub Desktop.
Save samueldr/c2440127d8c5d6d83b01579ff965b457 to your computer and use it in GitHub Desktop.
{ config, lib, pkgs, ... }:
{
imports = [ <nixpkgs/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix> ];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.supportedFilesystems = lib.mkForce [ "vfat" "ext4" ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment