From 5055c72d26569d352b0273cd79544ece594763b2 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 2 Feb 2024 15:55:42 +0530 Subject: remove dwlb --- 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 0d204d2..ab2716e 100644 --- a/modules/compromyse.nix +++ b/modules/compromyse.nix @@ -5,6 +5,6 @@ initialPassword = "changeme"; isNormalUser = true; # openssh.authorizedKeys.keys = []; - extraGroups = [ "wheel" "storage" "libvirtd" ]; + extraGroups = [ "wheel" "storage" "input" "libvirtd" ]; }; } -- cgit v1.2.3