11 lines
137 B
Nix
11 lines
137 B
Nix
{ ... }: {
|
|
services.avahi = {
|
|
enable = true;
|
|
reflector = true;
|
|
interfaces = [
|
|
"lan"
|
|
"multimedia"
|
|
];
|
|
};
|
|
}
|