Skip to content

Instantly share code, notes, and snippets.

View jslight90's full-sized avatar
🌌

Jeff Slight jslight90

🌌
View GitHub Profile
@jslight90
jslight90 / configuration.nix
Created August 16, 2019 23:49
Raspberry Pi 3B+ NixOS configuration file
{ config, pkgs, ... }:
{
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;
boot.loader.raspberryPi = {
enable = true;
version = 3;
uboot.enable = true;