I'm quite new to Nixos and want to install Steam Link. Has anyone ever installed it? There is a fairly old discussion on Github about it that mentions some appimage but there does not seem to be a package. Any ideas how to approach this?
I'm quite new to Nixos and want to install Steam Link. Has anyone ever installed it? There is a fairly old discussion on Github about it that mentions some appimage but there does not seem to be a package. Any ideas how to approach this?
4 Comments
priapus@piefed.social · 2 pts · 1y
I'd recommend just installing the Flatpak. If you want to have it in your Nix configuration you can use nix-flatpak.
I'd also recommend looking into other options like Moonlight and Sunshine, they have better performance in my experience.
washipp@lemmy.ml · 1 pts · 1y
Will check it out. Thanks for the replies
Cosmiss@beehaw.org · 1 pts · 1y
I am also new to Nix and haven't tried this yet myself, so please excuse me if this is wrong. Looks like you just have to set
programs.steam.remotePlay.openFirewall = true;
in your configuration.nix or flake or wherever you're enabling Steam.
It's in the first code block on this wiki page. https://nixos.wiki/wiki/Steam
priapus@piefed.social · 1 pts · 1y
This is the correct way to configure Steam to use remote play, but OP is looking for how to install the Steam Link application, which can be installed separately from Steam. Its good for low power devices like a raspberry pi.