summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--host/atlas.nix6
1 files changed, 6 insertions, 0 deletions
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 = {