Change CUPS listen address to IPv4
This commit is contained in:
parent
cb65ed9eb2
commit
72e26f0d96
|
@ -12,7 +12,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
drivers = with pkgs; [ hplip_3_18_5 ];
|
drivers = with pkgs; [ hplip_3_18_5 ];
|
||||||
browsing = true;
|
browsing = true;
|
||||||
listenAddresses = [ "*:631" ];
|
listenAddresses = [ "0.0.0.0:631" ];
|
||||||
defaultShared = true;
|
defaultShared = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue