imladris is booted and working
This commit is contained in:
14
script/install.sh
Executable file
14
script/install.sh
Executable 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
|
||||
Reference in New Issue
Block a user