os/modules/home-controller/avahi.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
86 B
Nix
Raw Normal View History

2023-10-28 22:41:41 +00:00
{ ... }:
{
services.avahi = {
enable = true;
publish.enable = true;
};
}