fix(ninurta): printer address
This commit is contained in:
parent
f67e77eaa1
commit
87649ec999
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
drivers = [ pkgs.brlaser ];
|
||||
# Remove all state at the start of the service
|
||||
stateless = true;
|
||||
listenAddresses = [ "192.168.101.184:631" "fd42:9c3b:f96d:101:4a21:bff:fe3e:9cfe:631" ];
|
||||
listenAddresses = [ "192.168.101.29:631" ];
|
||||
allowFrom = [ "from 192.168.101.0/24" ];
|
||||
browsing = true;
|
||||
defaultShared = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue