12 lines
237 B
Nix
12 lines
237 B
Nix
{
|
|
services.cockpit = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
settings = {
|
|
WebService = {
|
|
AllowUnencrypted = true;
|
|
Origins = "http://192.168.178.69:9090 wss://192.168.178.69:9090";
|
|
};
|
|
};
|
|
};
|
|
}
|