From c0fb57438ea0c499493805e899ac62cace28d525 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 3 Feb 2024 12:01:04 +0530 Subject: update --- modules/compromyse.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/compromyse.nix') diff --git a/modules/compromyse.nix b/modules/compromyse.nix index ab2716e..505a04d 100644 --- a/modules/compromyse.nix +++ b/modules/compromyse.nix @@ -5,6 +5,6 @@ initialPassword = "changeme"; isNormalUser = true; # openssh.authorizedKeys.keys = []; - extraGroups = [ "wheel" "storage" "input" "libvirtd" ]; + extraGroups = [ "wheel" "storage" "input" "plugdev" "libvirtd" ]; }; } -- cgit v1.2.3