Change CUPS listen address to IPv4
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user