Sunshine: Difference between revisions

m Add uinput subheading-2
m Uinput setup: add more info
 
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 (until [https://github.com/NixOS/nixpkgs/pull/493109 this] pull request gets merged).
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).
{{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}}