Former-commit-id: c4d436b434
This commit is contained in:
Hadi
2024-06-30 17:42:09 +02:00
parent 6a33d7ac72
commit c3e544248f

View File

@@ -1,8 +1,15 @@
# Web-based graphical interface for servers
{
{ pkgs, ... }: {
services.cockpit = {
enable = true;
port = 3009;
openFirewall = true;
settings.WebService = { AllowUnencrypted = true; };
};
environment.systemPackages = with pkgs; [
networkmanagerapplet
selinux-python
cockpit
];
}