From 6790828a287c0542cbffc77c374cf8d9a3fd01aa Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 4 May 2025 18:29:38 +0200 Subject: [PATCH] fix hints --- neko/install.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/neko/install.txt b/neko/install.txt index 5ca3f7b..7b9c1fc 100644 --- a/neko/install.txt +++ b/neko/install.txt @@ -103,26 +103,18 @@ mount # configure nixos-generate-config --root /mnt -# check /mnt/etc/nixos/hardware-configuration.nix to get UUIDs -cat /mnt/etc/nixos/hardware-configuration.nix - # copy config data from another machine including secrets - doas scp -r /data/nixos root@192.168.13.171:/mnt/data # install - nixos-install --option experimental-features 'nix-command flakes' --no-root-passwd --root /mnt # unmount all stuff and sync - umount -Rl /data /mnt sync # shutdown once - shutdown now # sync all /data after the install - doas rsync -va --delete --one-file-system /data/ root@192.168.13.171:/data/