diff options
Diffstat (limited to 'hosts/local/ohira')
-rw-r--r-- | hosts/local/ohira/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/local/ohira/configuration.nix b/hosts/local/ohira/configuration.nix index e5316f5..480926a 100644 --- a/hosts/local/ohira/configuration.nix +++ b/hosts/local/ohira/configuration.nix @@ -82,7 +82,7 @@ }; # Enable CUPS to print documents. - services.printing.enable = true; + services.printing.enable = false; # Enable sound with pipewire. hardware.pulseaudio.enable = false; |