nixos/legacy
2023-04-07 00:31:44 +02:00
..
helpers.sh refactor: use flakes with deploy-rs & nixos-hardware 2022-06-03 17:56:07 +02:00
install-desktop.sh legacy: rename to correct fileendings 2022-11-30 15:56:42 +01:00
install-server.sh refactor: use flakes with deploy-rs & nixos-hardware 2022-06-03 17:56:07 +02:00
README.md have a new README reflecting flake changes 2022-06-15 21:14:59 +02:00

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