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-29 00:41:41 +02:00
{ ... }:
{
services.avahi = {
enable = true;
publish.enable = true;
};
}