10 lines
138 B
Nix
10 lines
138 B
Nix
{
|
|
services.cockpit = {
|
|
enable = true;
|
|
settings = {
|
|
WebService = {
|
|
AllowUnencrypted = true;
|
|
};
|
|
};
|
|
};
|
|
}
|