shitty config, fucking nano
This commit is contained in:
parent
f0cdd0dbb1
commit
d1a001aeb1
|
@ -80,14 +80,21 @@ in
|
|||
# Printer Stuff (FUCK HP!)
|
||||
services = {
|
||||
printing = {
|
||||
listenAddresses = [ "*:631" ];
|
||||
allowFrom = [ "all" ];
|
||||
browsing = true;
|
||||
defaultShared = true;
|
||||
openFirewall = true;
|
||||
enable = true;
|
||||
drivers = [ pkgs.hplip ];
|
||||
webInterface = false;
|
||||
};
|
||||
avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
openFirewall = true;
|
||||
publish = {
|
||||
enable = true;
|
||||
userServices = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue