My personal NixOS configurations - moved to https://forge.darkest.space/mara/nixos-configs
- Nix 92.1%
- Shell 4%
- CSS 3.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| 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