added module for cockpit

This commit is contained in:
2025-10-04 02:11:19 -05:00
parent 23f7ee0911
commit 57e3e2cfb8

View File

@@ -0,0 +1,10 @@
{ config, pkgs, ... }:
{
services.cockpit = {
enable = true;
openFirewall = true;
port = 9090;
};
}