From e4a06a40d4d6f421c423c2b858330c5b8493c693 Mon Sep 17 00:00:00 2001 From: foosinn Date: Wed, 27 Oct 2021 19:29:14 +0200 Subject: [PATCH] add user stefan to input group --- roles/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base.nix b/roles/base.nix index 0116cf5..8dbe392 100644 --- a/roles/base.nix +++ b/roles/base.nix @@ -120,7 +120,7 @@ in { }; users.users.stefan = { - extraGroups = [ "wheel" "dialout" "libvirtd"]; + extraGroups = [ "wheel" "dialout" "libvirtd" "input" ]; home = "/home/stefan"; isNormalUser = true; uid = 1000;