We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0eb8b commit e56748aCopy full SHA for e56748a
2 files changed
modules/printhost/conf/cupsd.conf
@@ -1,7 +1,7 @@
1
ServerName @cups-url@
2
ServerAlias *
3
4
-SSLPort 443
+DefaultEncryption Required
5
6
LogLevel warn
7
profiles/base.nix
@@ -297,7 +297,7 @@ in
297
"cups/lpoptions".text = "Default OCF-BW";
298
"cups/client.conf".text = ''
299
ServerName printhost.ocf.berkeley.edu
300
- Encryption IfRequested
+ Encryption Always
301
'';
302
};
303
0 commit comments