From 01089650c4624ca58b84cc41ae867a82654b54d9 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 27 Oct 2023 16:13:08 +0000 Subject: [PATCH] Add new file --- systems/x86_64/darp9.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 systems/x86_64/darp9.nix diff --git a/systems/x86_64/darp9.nix b/systems/x86_64/darp9.nix new file mode 100644 index 0000000..59cbbd4 --- /dev/null +++ b/systems/x86_64/darp9.nix @@ -0,0 +1,9 @@ +{ config, pkgs, ... }: + +{ + # Name your host machine + networking.hostName = "darp9"; + + # System76 + hardware.system76.enableAll = true; +}