Print: Change to use domain name.
This commit is contained in:
parent
45dde61ab3
commit
a19b1e8415
|
@ -6,9 +6,10 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
services.printing = {
|
||||
enable = true;
|
||||
# NOTE: Cups server - Share/Allow remote printing on main page.
|
||||
clientConf = ''
|
||||
DigestOptions DenyMD5
|
||||
ServerName 10.0.0.1
|
||||
ServerName home.local
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue