summaryrefslogtreecommitdiff
path: root/hosts/tarrel.nix
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-11-14 08:21:57 +0100
committerJasper Ras <jras@hostnet.nl>2024-11-14 08:21:57 +0100
commitc88cfb92e38ae7abfd7abb699a108dd3cd537b20 (patch)
tree512884a15e5ad395f25e4f38101004c787f412ff /hosts/tarrel.nix
parent4428f370dd343f21b839a1479a5f8ef4e605ebad (diff)
modules -> config etc
Diffstat (limited to 'hosts/tarrel.nix')
-rw-r--r--hosts/tarrel.nix6
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