nix-files/modules/services/default.nix
Colin 53198128e8 trust-dns: hook NetworkManager for state changes
there may be some edgecases to sort out around e.g. first-run,
but so far it seems to be importing the DHCP search zones :)
2024-05-14 07:42:41 +00:00

12 lines
151 B
Nix

{ ... }:
{
imports = [
./clightning.nix
./dyn-dns.nix
./eg25-manager.nix
./kiwix-serve.nix
./nixserve.nix
./trust-dns
];
}