hosts/hyacinth: enable jenkins

This commit is contained in:
LavaDesu 2025-04-24 23:49:37 +10:00
parent a224191007
commit 5a834de1dd
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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"