diff options
| author | caley <u65487754@gmail.com> | 2026-06-25 16:05:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-25 16:05:25 +0200 |
| commit | 90a18af8162b69dfb6d8567e3e0f76d7c8e73c3b (patch) | |
| tree | 5d3ec0addeb47bf918b49bdb6c4978dc9892abc5 /install.sh | |
| parent | 3e682f53b46835f40cdbddd0ab1e1c28c8fab115 (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 |
