From c7c2fa78a40b90d2c28cdd9acb41107300ce7e35 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 4 Jul 2023 19:29:10 +0200 Subject: config.nix -> configuration.nix --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.2.3