summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/avahi-daemon.nix
AgeCommit message (Collapse)Author
2019-03-24nixos/avahi-daemon: /var/run -> /runBob van der Linden
2018-07-28nixos/avahi: add support for extraConfigJani
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink
2017-08-04avahi-daemon service: add cacheEntriesMax optionFranz Pletz
2017-04-24avahi service: add reflector optionFranz Pletz
2017-04-09avahi-daemon: refactored using some abstractionBas van Dijk
2017-03-02avahi-daemon service: Add option to enable point-to-point interfaces.Florian Jacob
2016-10-15nixos/avahi: use more upstream-like systemd unitsBenno Fünfstück
The new units mirror the upstream systemd units as closely as possible. I could not find a reason why the service would need to be restarted on resuming from suspend, and the upstream units also do not contain such a restriction, so I removed the `partOf = [ "post-resume.target"]`. This fixes #19525.
2016-09-11treewide: fix fallout of ip-up deprecationFranz Pletz
See #18319 for details. Starting network-online.target manually does not work as it hangs indefinitely. Additionally, don't treat avahi and dhcpcd special and sync their systemd units with the respective upstream suggestion.
2016-09-07avahi-daemon: remove default browse-domainsAlexey Shmalko
These domains are not actually default but examples. See https://github.com/lathiat/avahi/blob/master/avahi-daemon/avahi-daemon.conf#L24 for default config.
2016-06-26services/avahi: Add domainName settingCorbin
Fixes #15795.
2015-12-21nixos avahi-daemon: add new option declarationsThomas Strobel
Add new option declarations to control what information is published by the avahi daemon. The default values are chosen to respect the privacy of the user over the connectivity of the system.
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra
Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
2014-04-11Fix tests broken due to the firewall being enabled by defaultEelco Dolstra
2013-12-07nixos/avahi-service: small documentation updateBjørn Forsman
2013-10-30Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra