From d355c4ec3eda299db7947c75e49978bc24c84c28 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 18 Jan 2024 15:46:32 +0000 Subject: [PATCH] Add generic option from the flake --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 1f9d314..424737f 100644 --- a/install.sh +++ b/install.sh @@ -57,5 +57,6 @@ elif [ $deviceChoice = 2 ]; then elif [ $deviceChoice = 0 ]; then curl https://gitlab.com/ahoneybun/nix-configs/-/raw/flake/flake.nix > flake.nix; sudo mv -f flake.nix /mnt/etc/nixos/ + sudo nixos-install --flake /mnt/etc/nixos#nixos fi