nix/modules/networking/default.nix
2024-09-10 19:48:40 +02:00

7 lines
75 B
Nix

{
imports = [
./avahi.nix
./caddy.nix
./tailscale.nix
];
}