Add new file

This commit is contained in:
Aaron Honeycutt 2023-10-03 16:34:47 +00:00
parent 3e04f88cdd
commit 95e5ffd128

View file

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