This commit is contained in:
Christoph Cullmann 2024-10-29 18:38:51 +01:00
parent a9898f7b3c
commit 1c73eb6ab5
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

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

View file

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