Skip to content

Instantly share code, notes, and snippets.

View shanedoolane's full-sized avatar
🐢

Shane Dolan shanedoolane

🐢
View GitHub Profile
@shanedoolane
shanedoolane / configuration.nix
Last active February 22, 2026 22:37
configuration.nix
{ config, pkgs, ... }:
{
imports = [ ./hardware-configuration.nix ];
# Bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# hardware