about summary refs log tree commit diff stats
path: root/system/services/printing/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-17 21:36:21 +0200
committerSoispha <soispha@vhack.eu>2023-05-17 22:14:38 +0200
commit37dcd3066e627f9bf902caa2cf438a4968c10752 (patch)
tree2f89a82b7549de937aeb515f4772473589822a9d /system/services/printing/default.nix
parentDocs(system/users): Remove unneeded comment (diff)
downloadnixos-config-37dcd3066e627f9bf902caa2cf438a4968c10752.tar.gz
nixos-config-37dcd3066e627f9bf902caa2cf438a4968c10752.zip
Fix(system/services/printing): Only start cups as needed
Diffstat (limited to 'system/services/printing/default.nix')
-rw-r--r--system/services/printing/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/services/printing/default.nix b/system/services/printing/default.nix
index e4faed54..8e17ac81 100644
--- a/system/services/printing/default.nix
+++ b/system/services/printing/default.nix
@@ -7,6 +7,7 @@
   };
   services.printing = {
     enable = true;
+    startWhenNeeded = true;
     webInterface = false;
     drivers = with pkgs; [
       gutenprint