modified: installer.nix

This commit is contained in:
2025-07-21 16:39:41 +10:00
parent ddc053c0cf
commit 73e1bc7835
+1
View File
@@ -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