imladris is booted and working

This commit is contained in:
2025-04-29 22:13:45 -07:00
parent 6226804697
commit 21a583a8a8
11 changed files with 380 additions and 88 deletions

14
script/install.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
#read -p "SSID: " SSID
#read -s -p "PSK: " PSK
#cat > /etc/wpa_supplicant.conf <<EOF
#network={
# ssid="${SSID}"
# psk="${PSK}"
#}
#EOF
#systemctl start wpa_supplicant
nixos-generate-config --root /mnt
nix-channel --add https://github.com/NixOS/nixos-hardware/archive/master.tar.gz nixos-hardware