index
:
nixos-configuration
this commit
master
Superseded by nixfiles
Gitolite user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
services
/
zeroconf.nix
blob: aa4b47e80a22515fa9f80538939a97f55aaad837 (
plain
)
1
2
3
4
5
6
7
{
config
,
pkgs
,
...
}:
{
services
.
avahi
=
{
enable
=
true
;
nssmdns
=
true
;
};
}