os/modules/home-controller/avahi.nix
2023-10-29 00:41:41 +02:00

9 lines
86 B
Nix

{ ... }:
{
services.avahi = {
enable = true;
publish.enable = true;
};
}