From 8c5dacf828cf1514cea04424b63d0c29d99544c8 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 20 Jun 2023 12:39:35 +0200 Subject: kusanagi: add distrobox and printer driver --- nixos/common.nix | 2 +- nixos/kusanagi.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'nixos') 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 ]; -- cgit v1.2.3