My personal NixOS configurations
nix
Find a file
Vinzenz Schroeter 9b8947a1a7 add key to pc2
2024-06-21 17:11:13 +02:00
modules update home config 2024-05-25 19:33:06 +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 update build tools 2024-05-25 11:23:22 +02:00
vinzenz-pc2.nix add key to pc2 2024-06-21 17:11:13 +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.