rekey
This commit is contained in:
parent
34e69262ff
commit
de19e95006
11 changed files with 206 additions and 153 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue