diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-22 01:26:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-22 01:26:10 +0200 |
| commit | ef8b5ca38a67ea808e4b8af47b6e5c599f11b1f4 (patch) | |
| tree | f94bafbf9dcf0427d3b3947d3af78b9a952a215f /install.sh | |
| parent | 9f9a0a614b9f34a903b89bd4791bc56512a41832 (diff) | |
Update install.sh
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -4,11 +4,3 @@ git clone https://github.com/cqley/dotfiles "$dir" sudo rm -rf /etc/nixos sudo cp -r "$dir/nixos" /etc/ rm -rf "$dir" - -sudo nixos-generate-config -clear -printf "host?\n" -read -r host < /dev/tty - -sudo mv /etc/nixos/hardware-configuration.nix "/etc/nixos/hosts/$host/" -sudo rm /etc/nixos/configuration.nix |
