From d1a001aeb1961b21c4b2c5ec8c6b96769a10a085 Mon Sep 17 00:00:00 2001 From: System administrator Date: Wed, 9 Oct 2024 19:07:58 -0600 Subject: [PATCH] shitty config, fucking nano --- configuration.nix | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 56c4fe2..c570e1b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -80,14 +80,21 @@ in # Printer Stuff (FUCK HP!) services = { printing = { - enable = true; - drivers = [ pkgs.hplip ]; - webInterface = false; + listenAddresses = [ "*:631" ]; + allowFrom = [ "all" ]; + browsing = true; + defaultShared = true; + openFirewall = true; + enable = true; + drivers = [ pkgs.hplip ]; + webInterface = false; }; avahi = { - enable = true; nssmdns4 = true; openFirewall = true; + publish = { + enable = true; + userServices = true; }; };