added module for cockpit
This commit is contained in:
10
modules/homelab/cockpit.nix
Normal file
10
modules/homelab/cockpit.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.cockpit = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
port = 9090;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user