nixos/hosts/server/modules/internal/cockpit.nix
2024-06-30 17:32:42 +02:00

9 lines
145 B
Nix

# Web-based graphical interface for servers
{
services.cockpit = {
enable = true;
port = 3009;
openFirewall = true;
};
}