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