about summary refs log tree commit diff
path: root/nixos/modules/services/networking/avahi-daemon.nix
Commit message (Collapse)AuthorAge
* nixos/avahi-daemon: /var/run -> /runBob van der Linden2019-03-24
|
* nixos/avahi: add support for extraConfigJani2018-07-28
|
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* avahi-daemon service: add cacheEntriesMax optionFranz Pletz2017-08-04
|
* avahi service: add reflector optionFranz Pletz2017-04-24
|
* avahi-daemon: refactored using some abstractionBas van Dijk2017-04-09
|
* avahi-daemon service: Add option to enable point-to-point interfaces.Florian Jacob2017-03-02
|
* nixos/avahi: use more upstream-like systemd unitsBenno Fünfstück2016-10-15
| | | | | | | | 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.
* treewide: fix fallout of ip-up deprecationFranz Pletz2016-09-11
| | | | | | | | 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.
* avahi-daemon: remove default browse-domainsAlexey Shmalko2016-09-07
| | | | | | 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.
* services/avahi: Add domainName settingCorbin2016-06-26
| | | | Fixes #15795.
* nixos avahi-daemon: add new option declarationsThomas Strobel2015-12-21
| | | | | | 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.
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | 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.
* Fix tests broken due to the firewall being enabled by defaultEelco Dolstra2014-04-11
|
* nixos/avahi-service: small documentation updateBjørn Forsman2013-12-07
|
* Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10