This commit is contained in:
Hadi
2024-06-30 17:32:42 +02:00
parent 40ffce6605
commit 7c0216b1fb
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Web-based graphical interface for servers
{
services.cockpit = {
enable = true;
port = 3009;
openFirewall = true;
};
}