tahani: add headless niri workstation with Sunshine streaming

This commit is contained in:
2026-02-02 21:16:21 +00:00
parent 6ec2bbe02d
commit 631e32469f
7 changed files with 123 additions and 38 deletions

View File

@@ -0,0 +1,21 @@
{...}: {
services.sunshine = {
enable = true;
openFirewall = false;
capSysAdmin = true;
};
networking.firewall.interfaces.tailscale0 = {
allowedTCPPorts = [
47984
47989
47990
];
allowedUDPPorts = [
47998
47999
48000
48002
];
};
}