personal nixos config
Find a file
2021-08-30 20:24:56 +02:00
extra [extra/tex] add qtikz 2021-08-30 20:24:56 +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 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 [compression] add to all machines the brotli-compression 2021-06-08 21:54:39 +02:00
sway.nix [thinkman] update to 21.05 2021-06-02 10:40:12 +02:00
thinkman.nix [thinkman] decrease nix nice level 2021-08-30 20:24:36 +02: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