From 0fa96641a6ad7e37cc8013b73348392b3465f1a9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 13 Sep 2017 09:45:53 +0200 Subject: Add services for printing via network --- modules/zeroconf.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/zeroconf.nix (limited to 'modules/zeroconf.nix') diff --git a/modules/zeroconf.nix b/modules/zeroconf.nix new file mode 100644 index 0000000..aa4b47e --- /dev/null +++ b/modules/zeroconf.nix @@ -0,0 +1,7 @@ +{ config, pkgs, ... }: + +{ services.avahi = { + enable = true; + nssmdns = true; + }; +} -- cgit 1.4.1