chore: explicitly do not use jenkins on local

This commit is contained in:
Leon Schwarzäugl 2025-06-09 02:21:46 +02:00
parent b7f739d0b0
commit 69ef705820
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 2 additions and 0 deletions

View file

@ -4054,6 +4054,7 @@ Modules that need to be loaded on the NixOS level. Note that these will not be a
monitoring = lib.mkDefault true;
emacs = lib.mkDefault true;
freshrss = lib.mkDefault true;
jenkins = lib.mkDefault false;
};
};
};

View file

@ -35,6 +35,7 @@
monitoring = lib.mkDefault true;
emacs = lib.mkDefault true;
freshrss = lib.mkDefault true;
jenkins = lib.mkDefault false;
};
};
};