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

@ -7,6 +7,7 @@
./modules/internal/security.nix
./modules/internal/openssh.nix
./modules/internal/adguard.nix
./modules/internal/cockpit.nix
# ./modules/internal/unifi.nix # FIXME: unifi5 is deprecated
# exposed

View File

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