From 73e1bc7835220d9959cfc91dc7f68f98dc308fbc Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 21 Jul 2025 16:39:41 +1000 Subject: [PATCH] modified: installer.nix --- installer.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/installer.nix b/installer.nix index 40e92fc..d23e60e 100644 --- a/installer.nix +++ b/installer.nix @@ -44,6 +44,7 @@ environment.etc."git-credentials".text = mkfs.ext4 -L nixos /dev/sda1 mkswap -L swap /dev/sda2 swapon /dev/sda2 + sleep 10 mount /dev/disk/by-label/nixos /mnt mkdir -p /mnt/install-tmp nixos-install --flake "$(cat /etc/flake-url)" --no-root-password --no-write-lock-file