have a new README reflecting flake changes

This commit is contained in:
Felix Buehler 2022-06-15 21:14:59 +02:00
parent 383152e7e7
commit 89032569b6
2 changed files with 53 additions and 20 deletions

27
legacy/README.md Normal file
View file

@ -0,0 +1,27 @@
# My personal NixOS-configuration
work in progress...
get internet
`wpa_passphrase "<SSID>" > /etc/wpa_supplicant.conf`
`systemctl restart wpa_supplicant`
install git
`nix-env -iA nixos.git`
get this repo
`git clone https://github.com/Stunkymonkey/nixos.git`
`cd nixos`
link to correct host
`ln -s <host>.nix configuration.nix`
set password for luks
`vim /tmp/password`
enter password
`head -c <#char> /tmp/password > /tmp/passwd`
install
`bash install-<hostname>.sh`
wait + enter password
`reboot`