update
This commit is contained in:
parent
dae8755b59
commit
c4d436b434
@ -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
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user