omniflake/system/web-server/jenkins.nix
2024-12-26 22:07:34 +01:00

5 lines
62 B
Nix

{ config, pkgs, ... }:
{
services.jenkins.enable = true;
}