Sunshine: Difference between revisions

m Uinput setup: add more info
m Install: Since the pr got merged into unstable, the snippet applies for <26.05
Tags: Mobile edit Mobile web edit Visual edit
 
Line 20: Line 20:
};|name=/etc/nixos/configuration.nix|lang=nix}}
};|name=/etc/nixos/configuration.nix|lang=nix}}


Currently, you need to also enable and create the <code>uinput</code> kernel module and user group (until [https://github.com/NixOS/nixpkgs/pull/493109 this] pull request gets merged).
For <26.05 stable branch system versions, you need to also enable and create the <code>uinput</code> kernel module and user group.
{{File|3=hardware.uinput.enable = true;|name=/etc/nixos/configuration.nix|lang=nix}}
{{File|3=hardware.uinput.enable = true;|name=/etc/nixos/configuration.nix|lang=nix}}