From 816765472726fd269ef095423f5392c1994d8d67 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 25 Oct 2024 22:18:55 +0000 Subject: [PATCH] add EDI back --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index aaea823..f266c0d 100644 --- a/install.sh +++ b/install.sh @@ -66,6 +66,10 @@ elif [ $hostChoice = 4 ]; then 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#shepard +elif [ $hostChoice = 5 ]; then + curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/edi/configuration.nix > edi.nix; sudo mv -f edi.nix /mnt/etc/nixos/ + sudo nixos-install --flake /mnt/etc/nixos#edi + elif [ $hostChoice = 0 ]; then curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/flake.nix > flake.nix; sudo mv -f flake.nix /mnt/etc/nixos/ sudo nixos-install --flake /mnt/etc/nixos#nixos