Add new file

This commit is contained in:
Aaron Honeycutt 2023-10-27 16:13:08 +00:00
parent c4f7ceed57
commit 01089650c4

9
systems/x86_64/darp9.nix Normal file
View file

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