diff options
| author | caley <u65487754@gmail.com> | 2026-06-25 16:01:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-25 16:01:39 +0200 |
| commit | dd1212765c663e5192ec50dbe67f9e1dab0e1f92 (patch) | |
| tree | 5d3ec0addeb47bf918b49bdb6c4978dc9892abc5 /install.sh | |
| parent | c302bbb5c976558d6ed07e84b907fb602efe8cbb (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 +read -r host < /dev/tty sudo mv /etc/nixos/hardware-configuration.nix "/etc/nixos/hosts/$host/" sudo rm /etc/nixos/configuration.nix |
