minor changes

This commit is contained in:
Victor Ișan 2026-01-27 22:55:49 +01:00
parent ad47595616
commit 2e69c2cb63
2 changed files with 1 additions and 8 deletions

View File

@ -9,7 +9,7 @@
services.sunshine = {
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
};
boot.kernelParams = [ "video=DP-3:3048x2032R@60D" ]; # Virtual display

View File

@ -39,13 +39,6 @@
};
};
xdg.autostart.enable = true;
xdg.autostart.entries.sunshine = {
name = "Sunshine";
exec = "sunshine";
onlyShowIn = [ "KDE" ];
};
home.stateVersion = config.system.stateVersion;
};
}