summary refs log tree commit diff stats
path: root/modules/zeroconf.nix
blob: aa4b47e80a22515fa9f80538939a97f55aaad837 (plain)
1
2
3
4
5
6
7
{ config, pkgs, ... }:

{ services.avahi = {
    enable = true;
    nssmdns = true;
  };
}