9 lines
145 B
Nix
9 lines
145 B
Nix
# Web-based graphical interface for servers
|
|
{
|
|
services.cockpit = {
|
|
enable = true;
|
|
port = 3009;
|
|
openFirewall = true;
|
|
};
|
|
}
|