This commit is contained in:
KoenDR06 2026-03-24 01:57:19 +01:00
parent 34e69262ff
commit de19e95006
11 changed files with 206 additions and 153 deletions

View file

@ -72,3 +72,11 @@ sleep 1 &&
echo "Installing now"
nixos-install &&
reboot
# After the reboot, you should be in the fresh NixOS install
# You're not completely done yet, however. You need to to run a few more commands:
mkdir -p /persist/etc/nixos
cp -r /etc/nixos /persist/etc
cp /etc/machine-id /persist/etc/machine-id