This commit is contained in:
kenji
2025-07-09 14:24:53 -05:00
parent 8ae075d84c
commit 47258d9e4d
7 changed files with 33 additions and 8 deletions
-11
View File
@@ -1,11 +0,0 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
sunshine
];
services.sunshine = {
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
};
}