ref: refactor service configuration
This commit is contained in:
parent
a5530c31a9
commit
0f3ccffd4d
3 changed files with 12 additions and 69 deletions
11
services/default.nix
Normal file
11
services/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./kea.nix
|
||||
./kiwix-updater.nix
|
||||
./kiwix.nix
|
||||
./nginx.nix
|
||||
./openssh.nix
|
||||
./qbittorent.nix
|
||||
./unbound.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue