personal nixos config
Find a file
2021-03-28 21:00:50 +02:00
extra seperate 3d-design from printing 2021-03-28 21:00:50 +02:00
hardware [raspberry] disable network leds 2021-03-10 13:20:19 +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 initial commit 2021-02-28 22:16:36 +01: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 initial commit 2021-02-28 22:16:36 +01:00
sway.nix initial commit 2021-02-28 22:16:36 +01:00
thinkman.nix seperate 3d-design from printing 2021-03-28 21:00:50 +02:00
users.nix initial commit 2021-02-28 22:16:36 +01: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