11 lines
155 B
Nix
11 lines
155 B
Nix
{
|
|
services.cockpit = {
|
|
enable = true;
|
|
port = 9999;
|
|
settings = {
|
|
WebService = {
|
|
AllowUnencrypted = true;
|
|
};
|
|
};
|
|
};
|
|
}
|