summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/printing
diff options
context:
space:
mode:
authorcaadar <v88m@posteo.net>2019-10-23 19:57:01 +0300
committerBjørn Forsman <bjorn.forsman@gmail.com>2019-10-28 16:48:34 +0100
commit028dacdcfb4a9a5154f988756640c495d5158e54 (patch)
tree4d4a1ce7732050e9039ee83dc5d418c706c513c6 /nixos/modules/services/printing
parent33cb21574be025f7782faf7315c6647025e02c39 (diff)
cups: fix misleading comment
Diffstat (limited to 'nixos/modules/services/printing')
-rw-r--r--nixos/modules/services/printing/cupsd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/printing/cupsd.nix b/nixos/modules/services/printing/cupsd.nix
index 3fcae611dc79..1071c05d514e 100644
--- a/nixos/modules/services/printing/cupsd.nix
+++ b/nixos/modules/services/printing/cupsd.nix
@@ -31,7 +31,7 @@ let
# part of CUPS itself, e.g. the SMB backend is part of Samba. Since
# we can't update ${cups.out}/lib/cups itself, we create a symlink tree
# here and add the additional programs. The ServerBin directive in
- # cupsd.conf tells cupsd to use this tree.
+ # cups-files.conf tells cupsd to use this tree.
bindir = pkgs.buildEnv {
name = "cups-progs";
paths =