ref: refactor service configuration

This commit is contained in:
Katharina Heidenreich 2026-03-13 19:43:15 +01:00
parent a5530c31a9
commit 0f3ccffd4d
3 changed files with 12 additions and 69 deletions

11
services/default.nix Normal file
View file

@ -0,0 +1,11 @@
{...}: {
imports = [
./kea.nix
./kiwix-updater.nix
./kiwix.nix
./nginx.nix
./openssh.nix
./qbittorent.nix
./unbound.nix
];
}