11 lines
163 B
Nix
11 lines
163 B
Nix
{
|
|
services.cockpit = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
settings = {
|
|
WebService = {
|
|
AllowUnencrypted = true;
|
|
};
|
|
};
|
|
};
|
|
}
|