personal nixos config
Find a file
2022-06-06 11:47:50 +02:00
legacy refactor: use flakes with deploy-rs & nixos-hardware 2022-06-03 17:56:07 +02:00
nixos flake: update nix 2022-06-06 11:47:50 +02:00
.envrc refactor: use flakes with deploy-rs & nixos-hardware 2022-06-03 17:56:07 +02:00
.gitignore refactor: use flakes with deploy-rs & nixos-hardware 2022-06-03 17:56:07 +02:00
flake.lock flake: update nix 2022-06-06 11:47:50 +02:00
flake.nix flake: update nix 2022-06-06 11:47:50 +02:00
outputs.nix deplo-rs: fix imports 2022-06-03 23:34:01 +02:00
README.md initial commit 2021-02-28 22:16:36 +01:00
shell.nix refactor: use flakes with deploy-rs & nixos-hardware 2022-06-03 17:56:07 +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