From 5a834de1dd8061a1bd898ace08f99095875b5cc3 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 24 Apr 2025 23:49:37 +1000 Subject: [PATCH] hosts/hyacinth: enable jenkins --- hosts/hyacinth/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/hyacinth/default.nix b/hosts/hyacinth/default.nix index be9ee49..3c8c23b 100644 --- a/hosts/hyacinth/default.nix +++ b/hosts/hyacinth/default.nix @@ -40,6 +40,8 @@ ]; systemd.services.nix-daemon.environment.TMPDIR = "/nix/tmp"; + services.jenkins.enable = true; + # For steam fhs-env nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1w"