From ee9a18519222bde2a7aafe1a4b2f0d2cb0313e4d Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 17 Mar 2024 08:50:15 +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 f822b46..a19b643 100644 --- a/modules/compromyse.nix +++ b/modules/compromyse.nix @@ -5,6 +5,6 @@ initialPassword = "changeme"; isNormalUser = true; # openssh.authorizedKeys.keys = []; - extraGroups = [ "wheel" "video" "storage" "input" "plugdev" "libvirtd" "docker" ]; + extraGroups = [ "wheel" "video" "storage" "input" "plugdev" "libvirtd" "docker" "kvm" ]; }; } -- cgit v1.2.3