tahani: add headless niri workstation with Sunshine streaming
This commit is contained in:
21
profiles/remote-desktop.nix
Normal file
21
profiles/remote-desktop.nix
Normal 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
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user