diff options
| author | Soispha <soispha@vhack.eu> | 2023-05-17 21:36:21 +0200 | 
|---|---|---|
| committer | Soispha <soispha@vhack.eu> | 2023-05-17 22:14:38 +0200 | 
| commit | 37dcd3066e627f9bf902caa2cf438a4968c10752 (patch) | |
| tree | 2f89a82b7549de937aeb515f4772473589822a9d | |
| parent | Docs(system/users): Remove unneeded comment (diff) | |
| download | nixos-config-37dcd3066e627f9bf902caa2cf438a4968c10752.zip | |
Fix(system/services/printing): Only start cups as needed
Diffstat (limited to '')
| -rw-r--r-- | system/services/printing/default.nix | 1 | 
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 | 
