refactor, web server
This commit is contained in:
parent
e5c2b86918
commit
c1d97785e0
5 changed files with 99 additions and 116 deletions
5
system/web-server.nix
Normal file
5
system/web-server.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.jenkins.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue