tries to fix it
This commit is contained in:
parent
d06dbf24b7
commit
4d8256835a
1 changed files with 4 additions and 1 deletions
|
|
@ -2,10 +2,13 @@
|
|||
services.cockpit = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
allowed-origins = [
|
||||
"http://192.168.178.69:9090"
|
||||
"wss://192.168.178.69:9090"
|
||||
];
|
||||
settings = {
|
||||
WebService = {
|
||||
AllowUnencrypted = true;
|
||||
Origins = "http://192.168.178.69:9090 wss://192.168.178.69:9090";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue