From 9de66bdd8d8ad3912e6fc051aec9ccf34b5eda44 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 18 Feb 2023 10:41:16 -0300 Subject: etc/nix/configuration.nix: Disable avahi service Previously used by CUPS. --- etc/nix/configuration.nix | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'etc/nix/configuration.nix') diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 74707ef..3d58488 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -116,25 +116,6 @@ # required by vagrant+libvirt nfs.server.enable = true; - # Required for local network printer - avahi = { - enable = true; - nssmdns = true; - extraServiceFiles = { - ssh = "${pkgs.avahi}/etc/avahi/services/ssh.service"; - }; - hostName = "usurpadinho"; - publish = { - enable = true; - addresses = true; - domain = true; - userServices = true; - workstation = true; - hinfo = true; - }; - reflector = true; - }; - xserver = { enable = true; layout = "br"; -- cgit v1.2.3