From 3037df6b3e6050d00226d04ccec3f649e63aa8f2 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 15 Feb 2024 17:02:05 -0700 Subject: [PATCH] change: edi -> EDI --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fe5c389..f3aa48b 100644 --- a/install.sh +++ b/install.sh @@ -69,7 +69,7 @@ elif [ $hostChoice = 4 ]; then 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 + 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/