From c07550cb44c57b3e10172f2854ac142c96408796 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Wed, 26 Jun 2024 19:38:17 +0200 Subject: [PATCH] hosts/main: disable socket activation for cupsd --- hosts/main.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/main.nix b/hosts/main.nix index 33d97a6..1c6e83f 100644 --- a/hosts/main.nix +++ b/hosts/main.nix @@ -45,6 +45,8 @@ ]; }; + services.printing.startWhenNeeded = false; + system.stateVersion = "23.05"; }; }