summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--example/configuration.nix (renamed from example/config.nix)0
2 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
diff --git a/example/config.nix b/example/configuration.nix
index 5e57f59..5e57f59 100644
--- a/example/config.nix
+++ b/example/configuration.nix