This commit is contained in:
Christoph Cullmann 2024-10-24 10:15:26 +02:00
parent 518798f1f8
commit 7e2f1546ad
No known key found for this signature in database

View file

@ -144,7 +144,7 @@ nixos-generate-config --root /mnt
# copy config data from another machine including secrets
sudo scp -r /data/nixos root@192.168.13.115:/mnt/data
doas scp -r /data/nixos root@192.168.13.115:/mnt/data
# install
@ -161,4 +161,4 @@ shutdown -h now
# sync all /data after the install
sudo -E rsync -va --delete --one-file-system /data/ root@192.168.13.115:/data/
doas -E rsync -va --delete --one-file-system /data/ root@192.168.13.115:/data/