My personal NixOS configurations
nix
Find a file
2024-03-09 14:08:14 +01:00
modules more frequent nix gc 2024-03-02 13:11:01 +01:00
.gitignore a big mess of specific service config 2024-02-23 22:31:46 +01:00
hetzner-vpn1.nix route preon api to pc2 2024-03-09 14:08:14 +01: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 move vscode server to pc2 2024-03-09 13:40:15 +01:00
vinzenz-pc2.nix move vscode server to pc2 2024-03-09 13:40:15 +01: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.