Former-commit-id: 7c0216b1fb
This commit is contained in:
Hadi
2024-06-30 17:32:42 +02:00
parent 130415e809
commit 9b8c5b9b19
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;
};
}