hurricane: 190 current 2025-08-04 11:49:38 25.05.20250718.f01fe91 6.15.7 *

Fix Printing
hurricane: 191 current  2025-08-04 12:16:36  25.05.20250718.f01fe91     6.15.7                          *

hurricane: 192 current  2025-08-04 12:19:59  25.05.20250718.f01fe91     6.15.7                          *
This commit is contained in:
2025-08-04 11:49:46 +02:00
parent 913f2042bd
commit 1d6366f4f2
2 changed files with 14 additions and 2 deletions

View File

@@ -41,6 +41,18 @@
services = { services = {
# Intel CPU overheating support # Intel CPU overheating support
thermald.enable = true; thermald.enable = true;
# Enable CUPS
printing = {
enable = true;
drivers = [pkgs.hplip];
};
# Enable Avahi for mDNS automatic network discovery
avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
}; };
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default

View File

@@ -146,8 +146,8 @@ in {
# SYSTEM SERVICES # SYSTEM SERVICES
# ================================ # ================================
services = { services = {
# Disable CUPS printing (enable per-host if needed) # Disable CUPS printing (by default) (enable per-host if needed)
printing.enable = false; # printing.enable = false;
# Modern audio stack: PipeWire replaces PulseAudio # Modern audio stack: PipeWire replaces PulseAudio
pulseaudio.enable = false; # Disable old PulseAudio pulseaudio.enable = false; # Disable old PulseAudio