My personal NixOS configurations
nix
Find a file
Vinzenz Schroeter 049c48ddbd lpt nginx
2024-06-21 17:18:13 +02:00
modules fix editorconfig for makefile 2024-06-21 17:17:37 +02:00
.gitignore a big mess of specific service config 2024-02-23 22:31:46 +01:00
hetzner-vpn1.nix extended ssh keys for vpn1 2024-05-02 15:49:00 +02:00
LICENSE Create LICENSE 2023-04-04 22:19:39 +02:00
README.md Update README.md 2023-10-06 19:50:24 +02:00
vinzenz-lpt.nix install dotnet on laptop 2024-01-14 11:37:42 +01:00
vinzenz-lpt2.nix lpt nginx 2024-06-21 17:18:13 +02:00
vinzenz-pc2.nix change vscode-server, WOL 2024-06-21 17:12:04 +02:00

nixos-configuration

/
├── modules
│  ├── desktop
│  ├── hardware (includes hostname.nix)
│  └── users
└── hostname.nix (imports modules)

When adding a new host: ln -s ./new-devicename.nix /etc/nixos/configuration.nix

Use sudo nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz home-manager to add home manager support.