Files
nixy/hosts/server/modules/internal/cockpit.nix
Hadi 9b8c5b9b19 Update
Former-commit-id: 7c0216b1fb
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;
};
}