added brother printer
This commit is contained in:
@ -141,7 +141,7 @@ in
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
services.printing.drivers = [ pkgs.brlaser ];
|
||||
# Enable sound.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = true;
|
||||
@ -217,10 +217,10 @@ in
|
||||
services.openssh.enable = true;
|
||||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.allowedTCPPorts = [ 52698 ];
|
||||
networking.firewall.allowedUDPPorts = [ 52698 ];
|
||||
#networking.firewall.allowedTCPPorts = [ 52698 ];
|
||||
#networking.firewall.allowedUDPPorts = [ 52698 ];
|
||||
# Or disable the firewall altogether.
|
||||
# networking.firewall.enable = false;
|
||||
networking.firewall.enable = false;
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
|
Reference in New Issue
Block a user