index
:
stvnliu/nixos-configuration.git
chore-cleanup
feature-commons
feature-email-msmtp
feature-home-manager
main
update-unstable
stvnliu NixOS setup
stvnliu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
services
/
avahi.service.nix
blob: 54bf88c2b58da0e5425a8f24a1901ef9d28dbaf7 (
plain
)
1
2
3
4
5
6
7
{...}: {
services
.
avahi
= {
enable
=
true
;
nssmdns
=
true
;
openFirewall
=
true
;
};
}