feat(nixos): add origin_pin_allowed to sunshine settings
```
This commit is contained in:
Mohammad Rafiq 2025-06-20 04:20:14 +08:00
parent 3ca4bd3f4b
commit 6c1cd15244
No known key found for this signature in database

View file

@ -14,6 +14,7 @@ in
openFirewall = true;
settings = {
sunshine_name = config.hostname;
origin_pin_allowed = "wan";
origin_web_ui_allowed = "wan";
};
applications = { };