stockholm/makefu/2configs/avahi.nix

9 lines
132 B
Nix
Raw Normal View History

2017-05-12 09:34:41 +00:00
{ pkgs, ...}:
{
services.avahi = {
enable = true;
wideArea = false;
};
environment.systemPackages = [ pkgs.avahi ];
}