nix-files/modules/services/default.nix
Colin ebcc0c269e trust-dns: remove from this repo
it's fully upstreamed into nixpkgs now
2023-07-16 12:27:23 +00:00

10 lines
116 B
Nix

{ ... }:
{
imports = [
./dyn-dns.nix
./kiwix-serve.nix
./mautrix-signal.nix
./nixserve.nix
];
}