diff options
| author | caley <u65487754@gmail.com> | 2026-06-25 16:02:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-25 16:02:54 +0200 |
| commit | 3e682f53b46835f40cdbddd0ab1e1c28c8fab115 (patch) | |
| tree | f577388587867914248af757b3d08643aa717b1a /install.sh | |
| parent | dd1212765c663e5192ec50dbe67f9e1dab0e1f92 (diff) | |
Update install.sh
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ rm -rf "$dir" sudo nixos-generate-config clear printf "host?\n" -read -r host < /dev/tty +read -r host sudo mv /etc/nixos/hardware-configuration.nix "/etc/nixos/hosts/$host/" sudo rm /etc/nixos/configuration.nix |
