11 lines
194 B
Nix
11 lines
194 B
Nix
{
|
|
services.cockpit = {
|
|
enable = true;
|
|
allowed-origins = [ "http://192.168.178.69:9090" ];
|
|
settings = {
|
|
WebService = {
|
|
AllowUnencrypted = true;
|
|
};
|
|
};
|
|
};
|
|
}
|