summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 6126631..2782ca5 100644
--- a/README
+++ b/README
@@ -43,7 +43,7 @@ nix-channel --update
ssh root@$target mkdir -p /mnt/etc/nixos
-scp "$name"/config.nix root@$target:/mnt/etc/nixos/configuration.nix
+rsync -va "$name"/ root@$target:/mnt/etc/nixos/
nixos-install --no-root-passwd
shutdown -r now