Skip to content

Instantly share code, notes, and snippets.

@rossabaker
Created November 14, 2019 17:26
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 rossabaker/258f87ca84451d1baa543a816866396e to your computer and use it in GitHub Desktop.
Save rossabaker/258f87ca84451d1baa543a816866396e to your computer and use it in GitHub Desktop.
{config, pkgs, ...}:
{
imports = [
<nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-minimal-new-kernel.nix>
# Provide an initial copy of the NixOS channel so that the user
# doesn't need to run "nix-channel --update" first.
<nixpkgs/nixos/modules/installer/cd-dvd/channel.nix>
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment