Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created March 15, 2018 18:07
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 cleverca22/98f4e81bfc9750b3484d5b477c1e2d11 to your computer and use it in GitHub Desktop.
Save cleverca22/98f4e81bfc9750b3484d5b477c1e2d11 to your computer and use it in GitHub Desktop.
{
pi2 = {
nixpkgs.system = "armv7l-linux";
fileSystems."/" = {
device = "/dev/sda";
fsType = "ext4";
};
boot.loader.grub.enable = false;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment