From ca94e4afca64f9dc3c2aafbafc9c4ff6cd353a65 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 11 Dec 2023 10:25:58 +0100 Subject: atlas: Enable printing --- host/atlas.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/host/atlas.nix b/host/atlas.nix index 4771aa4..1221a98 100644 --- a/host/atlas.nix +++ b/host/atlas.nix @@ -54,6 +54,12 @@ enable = true; interfaces."wg0".allowedTCPPorts = [ 5900 8080 8888 ]; }; + + services.printing = { + enable = true; + drivers = [ pkgs.hplip ]; + }; + services.gitlab-runner = { enable = true; services = { -- cgit v1.2.3