diff options
Diffstat (limited to 'hosts/tarrel.nix')
-rw-r--r-- | hosts/tarrel.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/tarrel.nix b/hosts/tarrel.nix index 66279be..8247d12 100644 --- a/hosts/tarrel.nix +++ b/hosts/tarrel.nix @@ -79,6 +79,12 @@ enable = true; unifiPackage = pkgs.unifi8; }; + services.sunshine = { + enable = true; + autoStart = true; + capSysAdmin = true; + openFirewall = true; + }; # from: https://help.ui.com/hc/en-us/articles/218506997-Required-Ports-Reference # best put it in a var somewhere |