From 08fe35b00600352a47a911bf358549c7bdfd38af Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Mon, 26 Aug 2024 00:30:57 +0000 Subject: [PATCH] nixosMod/frontend: add comment that services.printing is cups --- nix/nixos-modules/frontend/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/nixos-modules/frontend/default.nix b/nix/nixos-modules/frontend/default.nix index 3fb8829..e1f813b 100644 --- a/nix/nixos-modules/frontend/default.nix +++ b/nix/nixos-modules/frontend/default.nix @@ -395,6 +395,7 @@ in }; printing = { + # cups enable = true; cups-pdf = { enable = true;