```
feat(nixos): add origin_pin_allowed to sunshine settings ```
This commit is contained in:
parent
3ca4bd3f4b
commit
6c1cd15244
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ in
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
settings = {
|
settings = {
|
||||||
sunshine_name = config.hostname;
|
sunshine_name = config.hostname;
|
||||||
|
origin_pin_allowed = "wan";
|
||||||
origin_web_ui_allowed = "wan";
|
origin_web_ui_allowed = "wan";
|
||||||
};
|
};
|
||||||
applications = { };
|
applications = { };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue