diff options
author | tv <tv@krebsco.de> | 2023-07-04 19:29:10 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-07-04 19:29:10 +0200 |
commit | c7c2fa78a40b90d2c28cdd9acb41107300ce7e35 (patch) | |
tree | 4221d2b060f583b0f00ee1a5c7bdb6aa223f6423 | |
parent | 1bb3936251c3854cfa2e533f8bbec7cdf7865c20 (diff) |
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | example/configuration.nix (renamed from example/config.nix) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |