about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/t14/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/t14/default.nix b/machines/t14/default.nix
index f258a4c..6f54611 100644
--- a/machines/t14/default.nix
+++ b/machines/t14/default.nix
@@ -47,6 +47,8 @@
 #   enableSSHSupport = true;
 # };
 
+  services.printing.drivers = with pkgs; [ cnijfilter2 ];
+
 
 # Open ports in the firewall.
 # networking.firewall.allowedTCPPorts = [ ... ];