add lemp13

This commit is contained in:
Aaron Honeycutt 2025-01-07 14:11:24 +00:00
parent cb217152b0
commit f0ba111bbc

10
hosts/x86_64/lemp13.nix Normal file
View file

@ -0,0 +1,10 @@
{ config, pkgs, ... }:
{
# Name your host machine
networking.hostName = "lemp13";
# System76
hardware.system76.enableAll = true;
}