Former-commit-id: 7c0216b1fb
This commit is contained in:
Hadi
2024-06-30 17:32:42 +02:00
parent b51725e7cd
commit 5657e0b24c
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,8 @@
# Web-based graphical interface for servers
{
services.cockpit = {
enable = true;
port = 3009;
openFirewall = true;
};
}