From 66d2fefc7a40fa1c8e015f992809b9f39f43c352 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 20 Mar 2025 22:33:23 +0000 Subject: [PATCH] Added correct flake to the installation --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7f4f019..b273c9e 100644 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ nixos-generate-config --root /mnt git clone https://git.luke-else.co.uk/luke-else/nixos-config.git /mnt/etc/nixos # Install NixOS using the cloned configuration -nixos-install --root /mnt +nixos-install --root /mnt --flake /mnt/etc/nixos#vm # Set the root password echo "Please set the root password:"