diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index aec7ef8..feff7b6 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -385,6 +385,8 @@ hardware.pulseaudio.extraConfig = '' virtualisation.virtualbox.host.enable = true; users.extraGroups.vboxusers.members = [ "user-with-access-to-virtualbox" ]; + services.flatpak.enable = true; + services.sunshine = { enable = true;