From 928af8b3d7a27398a42cd123f0392d871c05c5d3 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 8 Jan 2024 18:31:29 +0000 Subject: [PATCH] You do need to set the system name in the nixos-install command for it to work --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ed942bb..6ef4bc3 100644 --- a/install.sh +++ b/install.sh @@ -116,5 +116,5 @@ elif [ $desktopChoice = 4 ]; then fi # Install -sudo nixos-install --flake +sudo nixos-install --flake /mnt/etc/nixos#vm #sudo nixos-install