nix-configs/hosts/x86_64/lemp13.nix
Aaron Honeycutt f0ba111bbc add lemp13
2025-01-07 14:11:24 +00:00

10 lines
152 B
Nix

{ config, pkgs, ... }:
{
# Name your host machine
networking.hostName = "lemp13";
# System76
hardware.system76.enableAll = true;
}