My personal NixOS configurations
| common.nix | ||
| gnome.nix | ||
| home.nix | ||
| LICENSE | ||
| README.md | ||
| vinzenz-lpt-hardware-configuration.nix | ||
| vinzenz-lpt.nix | ||
| vinzenz-pc2.nix | ||
nixos-configuration
When adding a new host:
- install NixOS via the graphical installer
mv /etc/hardware-configuration ./devicename-hardware-configuration.nix- copy an existing devicename.nix
- change import to
new-devicename-hardware-configuration.nix - set the hostname and optional imports in
new-devicename.nix ln -s ./new-devicename.nix /etc/nixos/configuration- apply