From f1019d6648e1cb28befd096e53e544a704333850 Mon Sep 17 00:00:00 2001 From: System administrator Date: Wed, 9 Oct 2024 20:13:22 -0600 Subject: [PATCH] i give up on network printing --- configuration.nix | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/configuration.nix b/configuration.nix index 6245e66..ea97411 100644 --- a/configuration.nix +++ b/configuration.nix @@ -78,26 +78,26 @@ in # }; # Printer Stuff (FUCK HP!) - services = { - printing = { - listenAddresses = [ "*:631" ]; - allowFrom = [ "all" ]; - browsing = true; - defaultShared = true; - openFirewall = true; - enable = true; - drivers = [ pkgs.hplip ]; - webInterface = false; - }; - avahi = { - nssmdns4 = true; - openFirewall = true; - publish = { - enable = true; - userServices = true; - }; - }; - }; +# services = { +# printing = { +# listenAddresses = [ "*:631" ]; +# allowFrom = [ "all" ]; +# browsing = true; +# defaultShared = true; +# openFirewall = true; +# enable = true; +# drivers = [ pkgs.hplip ]; +# webInterface = true; +# }; +# avahi = { +# nssmdns4 = true; +# openFirewall = true; +# publish = { +# enable = true; +# userServices = true; +# }; +# }; +# }; # Install fonts, need this for orbitron! # fonts.packages = with pkgs; [ @@ -341,3 +341,4 @@ in # Don't change this system.stateVersion = "24.05"; } +