Files
nix-config/modules/services/default.nix
2024-05-04 15:11:53 +02:00

11 lines
136 B
Nix

{ pkgs, config, ...}:
{
imports = [
./acme.nix
./kubernetes.nix
./kavita.nix
./nginx.nix
./fileshelter.nix
];
}