From f0ba111bbc06601078cbe2d7af3b6ec5649abc8e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt <aaronhoneycutt@protonmail.com> Date: Tue, 7 Jan 2025 14:11:24 +0000 Subject: [PATCH] add lemp13 --- hosts/x86_64/lemp13.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hosts/x86_64/lemp13.nix diff --git a/hosts/x86_64/lemp13.nix b/hosts/x86_64/lemp13.nix new file mode 100644 index 0000000..f16be3e --- /dev/null +++ b/hosts/x86_64/lemp13.nix @@ -0,0 +1,10 @@ +{ config, pkgs, ... }: + +{ + # Name your host machine + networking.hostName = "lemp13"; + + # System76 + hardware.system76.enableAll = true; +} +