This commit is contained in:
Till 2024-12-26 22:07:34 +01:00
parent 5c8a4bcfdc
commit 7367201424

View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }:
{
services.jenkins.enable = true;
}