about summary refs log tree commit diff
path: root/hosts/common/desktop
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/desktop/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/common/desktop/default.nix b/hosts/common/desktop/default.nix
index f150066..b5effa9 100644
--- a/hosts/common/desktop/default.nix
+++ b/hosts/common/desktop/default.nix
@@ -5,4 +5,9 @@
     ./sound.nix
     ./xserver.nix
   ];
+
+  services.avahi.enable = true;
+  # Important to resolve .local domains of printers, otherwise you get an error
+  # like  "Impossible to connect to XXX.local: Name or service not known"
+  services.avahi.nssmdns = true;
 }