From df349613c8bc001a7f859c16bcb384e3b3ba71c4 Mon Sep 17 00:00:00 2001 From: rogueking Date: Mon, 18 Aug 2025 23:27:06 -0700 Subject: [PATCH] darwin fixes --- hosts/eva-02/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/eva-02/configuration.nix b/hosts/eva-02/configuration.nix index e9090cd..b953cd4 100644 --- a/hosts/eva-02/configuration.nix +++ b/hosts/eva-02/configuration.nix @@ -81,7 +81,7 @@ }; # Enable CUPS to print documents. - services.printing.enable = false; + # services.printing.enable = false; # Enable sound with pipewire. # hardware.pulseaudio.enable = false;