personal nixos config
Find a file
2021-12-05 13:09:10 +01:00
extra extra/power: disable powertop due to usb problems 2021-12-05 13:09:10 +01:00
hardware serverle: move wifi power-save to hardware-config 2021-11-30 23:15:29 +01:00
.gitignore initial commit 2021-02-28 22:16:36 +01:00
backup.nix initial commit 2021-02-28 22:16:36 +01:00
core.nix initial commit 2021-02-28 22:16:36 +01:00
default.nix initial commit 2021-02-28 22:16:36 +01:00
disks-home.nix initial commit 2021-02-28 22:16:36 +01:00
disks-srv.nix fmt 2021-03-29 23:29:49 +02:00
disks.nix initial commit 2021-02-28 22:16:36 +01:00
helpers.sh initial commit 2021-02-28 22:16:36 +01:00
install-serverle.sh initial commit 2021-02-28 22:16:36 +01:00
install-thinkman.sh initial commit 2021-02-28 22:16:36 +01:00
modules.nix initial commit 2021-02-28 22:16:36 +01:00
network.nix initial commit 2021-02-28 22:16:36 +01:00
README.md initial commit 2021-02-28 22:16:36 +01:00
serverle.nix serverle: fmt & cleanup 2021-11-30 23:16:20 +01:00
sway.nix [thinkman] update to 21.05 2021-06-02 10:40:12 +02:00
thinkman.nix extra/power: disable powertop due to usb problems 2021-12-05 13:09:10 +01:00
users.nix add felix to dialout for serial connections 2021-04-13 20:42:44 +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