From 09a9943c4882e3a4b861ba69ba4149521eb80af1 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 30 Sep 2022 17:45:52 +0000 Subject: [PATCH] Add new file --- systems/galp3-b.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 systems/galp3-b.nix diff --git a/systems/galp3-b.nix b/systems/galp3-b.nix new file mode 100644 index 0000000..9b9dadf --- /dev/null +++ b/systems/galp3-b.nix @@ -0,0 +1,9 @@ +{ config, pkgs, ... }: + +{ + # Name your host machine + networking.hostName = "galp3-b"; + + # System76 + hardware.system76.enableAll = true; +}