From 4a601a183f3755756e87fec5ffd06559a79c8715 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 30 Jan 2023 19:15:50 +0000 Subject: [PATCH] Add new file --- systems/galp4.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 systems/galp4.nix diff --git a/systems/galp4.nix b/systems/galp4.nix new file mode 100644 index 0000000..0203dc3 --- /dev/null +++ b/systems/galp4.nix @@ -0,0 +1,9 @@ +{ config, pkgs, ... }: + +{ + # Name your host machine + networking.hostName = "galp4"; + + # System76 + hardware.system76.enableAll = true; +}