diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/common.nix | 2 | ||||
-rw-r--r-- | nixos/kusanagi.nix | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index a0b9b8f..658351e 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -67,7 +67,6 @@ in # Enable CUPS to print documents. services.printing.enable = true; - #services.printing.drivers = [ pkgs.cups-brother-hl1210w ]; # Enable sound. sound.enable = true; @@ -168,6 +167,7 @@ in dig inetutils file + distrobox alacritty firefox diff --git a/nixos/kusanagi.nix b/nixos/kusanagi.nix index 84a501d..dca07ec 100644 --- a/nixos/kusanagi.nix +++ b/nixos/kusanagi.nix @@ -57,6 +57,9 @@ docker-compose ]; + # Printer + services.printing.drivers = [ pkgs.cups-brother-hl1210w ]; + networking.firewall.allowedTCPPorts = [ 57890 # troop ]; |