about summary refs log tree commit diff
path: root/nixos/tests/plasma-bigscreen.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2022-10-12 20:28:53 +0300
committerK900 <me@0upti.me>2022-10-12 20:28:53 +0300
commit37a64594bde38d4b3dda3298f826642b6131bfd9 (patch)
treece5525a830155eb493fd7dd15b82ecfff7e080bd /nixos/tests/plasma-bigscreen.nix
parenteb7e4115061f70b1e96c3174239985df5f3f6808 (diff)
nixos/plasma-bigscreen: enable uinput correctly
This is required for plasma-remotecontrollers to actually work.
Make sure to also add your user to the `uinput` group.
Diffstat (limited to 'nixos/tests/plasma-bigscreen.nix')
-rw-r--r--nixos/tests/plasma-bigscreen.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/plasma-bigscreen.nix b/nixos/tests/plasma-bigscreen.nix
index ab459b6bffbea..1c61cafcbff33 100644
--- a/nixos/tests/plasma-bigscreen.nix
+++ b/nixos/tests/plasma-bigscreen.nix
@@ -18,6 +18,8 @@ import ./make-test-python.nix ({ pkgs, ...} :
       enable = true;
       user = "alice";
     };
+
+    users.users.alice.extraGroups = ["uinput"];
   };
 
   testScript = { nodes, ... }: let