Enable sunshine service

This commit is contained in:
BuyMyMojo 2025-03-24 23:05:05 +11:00
parent 6f23f32a31
commit 071e678042
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -127,7 +127,10 @@ in
# Enable automatic login for the user.
services.displayManager.autoLogin.enable = true;
services.displayManager.autoLogin.user = "buymymojo";
programs.java = { enable = true; package = pkgs.zulu23; };
programs.java = {
enable = true;
package = pkgs.zulu23;
};
programs.firefox.enable = true;
programs.thunderbird.enable = true;
@ -252,6 +255,13 @@ in
services.flatpak.enable = true;
services.pcscd.enable = true;
services.sunshine = {
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
};
virtualisation.docker.enable = true;
virtualisation.docker.storageDriver = "btrfs";
# virtualisation.docker.rootless = {