mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
9 lines
145 B
Nix
9 lines
145 B
Nix
# Web-based graphical interface for servers
|
|
{
|
|
services.cockpit = {
|
|
enable = true;
|
|
port = 3009;
|
|
openFirewall = true;
|
|
};
|
|
}
|