tsuki: init sunshine

This commit is contained in:
notohh 2024-08-10 17:06:33 -04:00
parent aa7a3fa154
commit 33766e494e
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 9 additions and 0 deletions

View file

@ -3,5 +3,6 @@
./restic.nix
./atticd.nix
./hydroxide.nix
./sunshine.nix
];
}

View file

@ -0,0 +1,8 @@
_: {
services.sunshine = {
enable = true;
autoStart = false;
openFirewall = true;
capSysAdmin = true;
};
}