From 99683499bf10ae4dd36d3c9df3b84c485b3b7c88 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 7 Jan 2025 14:28:19 +0000 Subject: [PATCH] add lemp13 --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 0c8851f..3b1fcd8 100644 --- a/install.sh +++ b/install.sh @@ -41,7 +41,7 @@ cat << EOF Which device are you installing to? 1) Virtual Machine 2) Galago Pro 5 (Garrus) - 3) Thinkpad X13s (Drack) + 3) Lemur Pro 13 4) nebula49 (Shepard) 5) Home Server (EDI) - Do Not Use 0) Generic @@ -58,9 +58,9 @@ elif [ $hostChoice = 2 ]; then sudo nixos-install --flake /mnt/etc/nixos#garrus elif [ $hostChoice = 3 ]; then - curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/aarch64/drack/configuration.nix > drack.nix; sudo mv -f drack.nix /mnt/etc/nixos/ + curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/lemp13.nix > lemp13.nix; sudo mv -f lemp13.nix /mnt/etc/nixos/ curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/desktops/gnome.nix > gnome.nix; sudo mv -f gnome.nix /mnt/etc/nixos/ - sudo nixos-install --flake /mnt/etc/nixos#drack + sudo nixos-install --flake /mnt/etc/nixos#lemp13 elif [ $hostChoice = 4 ]; then curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/shepard/configuration.nix > shepard.nix; sudo mv -f shepard.nix /mnt/etc/nixos/