2dprinting
This commit is contained in:
parent
acd10ce02d
commit
aafae51227
1 changed files with 16 additions and 0 deletions
16
desktop/2dprinting.nix
Executable file
16
desktop/2dprinting.nix
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [ pkgs.brlaser ];
|
||||
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 631 ];
|
||||
networking.firewall.allowedUDPPorts = [ 5353 ];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue