mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-10-29 17:02:10 +01:00
personal nixos config
| extra | ||
| hardware | ||
| modules/webapps | ||
| .gitignore | ||
| backup.nix | ||
| core.nix | ||
| default.nix | ||
| disks-home.nix | ||
| disks-srv.nix | ||
| disks.nix | ||
| helpers.sh | ||
| install-serverle.sh | ||
| install-thinkman.sh | ||
| modules.nix | ||
| network.nix | ||
| README.md | ||
| serverle.nix | ||
| sway.nix | ||
| thinkman.nix | ||
| users.nix | ||
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