nix-config/nixos/_mixins/services/avahi.nix

9 lines
91 B
Nix
Raw Normal View History

_: {
services = {
avahi = {
enable = true;
nssmdns = true;
};
};
}