This commit is contained in:
Christoph Cullmann 2024-01-11 18:34:13 +01:00
parent fd2e2d216b
commit 4c63167e02

View file

@ -89,7 +89,7 @@ cp /mnt/etc/nixos/configuration.nix /tmp
# patch some paths there # patch some paths there
sudo scp -r /data/nixos root@192.168.13.100:/mnt/data sudo scp -r /data/nixos root@192.168.13.171:/mnt/data
# install # install
@ -101,7 +101,7 @@ umount -Rl /mnt
# sync all /data after the install # sync all /data after the install
sudo -E rsync -va --delete --one-file-system /data root@192.168.13.100:/ sudo -E rsync -va --delete --one-file-system /data root@192.168.13.171:/
# #
# after install tasks for extra file systems # after install tasks for extra file systems