remove sunshine

This commit is contained in:
Chris Dombroski 2024-04-20 12:56:58 -04:00
parent cac16b99f4
commit c4d41650cc

View file

@ -141,12 +141,6 @@
# Enable sound. # Enable sound.
security = { security = {
rtkit.enable = true; rtkit.enable = true;
wrappers.sunshine = {
owner = "root";
group = "root";
capabilities = "cap_sys_admin+p";
source = "${pkgs.sunshine}/bin/sunshine";
};
}; };
# hardware.pulseaudio.enable = true; # hardware.pulseaudio.enable = true;
@ -185,7 +179,6 @@
git git
kate kate
cifs-utils cifs-utils
sunshine
]; ];
pathsToLink = [ "/share/bash-completion" ]; pathsToLink = [ "/share/bash-completion" ];
}; };