From c2e69d1ac46bca399c721eaa3c01386d60377685 Mon Sep 17 00:00:00 2001 From: uku Date: Sun, 22 Sep 2024 02:22:06 +0200 Subject: [PATCH] fix: add leo to input group makes cbf work --- configs/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/common.nix b/configs/common.nix index e4f8f93..ac20d8e 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -199,7 +199,7 @@ in { "${username}" = { isNormalUser = true; shell = pkgs.fish; - extraGroups = ["networkmanager" "wheel" "video" "libvirtd"]; + extraGroups = ["networkmanager" "wheel" "video" "libvirtd" "input"]; hashedPasswordFile = secrets.get "userPassword"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN+7+KfdOrhcnHayxvOENUeMx8rE4XEIV/AxMHiaNUP8"