Add new file

This commit is contained in:
Aaron Honeycutt 2023-01-30 19:15:50 +00:00
parent d8a2868837
commit 4a601a183f

9
systems/galp4.nix Normal file
View file

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