From 95668e4d3cd24452d6474a1779643d8008c9aa7f Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 30 Jan 2023 20:59:56 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index 13d960d..dfe817e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -99,6 +99,13 @@ services.printing.enable = true; services.openssh.enable = true; + services.avahi = { + enable = true; + nssmdns = true; + openFirewall = true; + }; + + # System system.stateVersion = "22.11"; system.autoUpgrade.enable = true;