refactor, web server

This commit is contained in:
Till 2024-11-21 17:54:08 +01:00
parent e5c2b86918
commit c1d97785e0
5 changed files with 99 additions and 116 deletions

5
system/web-server.nix Normal file
View file

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