Print: Change to use domain name.

This commit is contained in:
Dmitry Voronin 2025-01-15 14:23:08 +03:00
parent 45dde61ab3
commit a19b1e8415
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -6,9 +6,10 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
services.printing = { services.printing = {
enable = true; enable = true;
# NOTE: Cups server - Share/Allow remote printing on main page.
clientConf = '' clientConf = ''
DigestOptions DenyMD5 DigestOptions DenyMD5
ServerName 10.0.0.1 ServerName home.local
''; '';
}; };
}; };