From 9fa74a54ffd3ea52516af6308eb64505ebf0661e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 29 Apr 2024 13:06:29 +0200 Subject: [PATCH] 295 current 1970-01-01 01:00:00 23.11.20240428.12430e4 6.1.87 * --- hosts/MaxNixosLaptop/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index eb37143..90779ab 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -75,6 +75,11 @@ # Enable CUPS to print documents. services.printing.enable = true; + services.avahi = { + enable = true; + nssmdns = true; + openFirewall = true; + }; # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true;