Update configuartion.nix

This commit is contained in:
Aaron Honeycutt 2023-06-06 16:54:02 +00:00
parent 28ad173e34
commit 8919831f7d

View file

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