From a8fa266e9137d5204e2485ca90f0b5939dbb40b8 Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 11 Dec 2024 03:53:54 +0100 Subject: Add mel to 'kvm' and 'adbusers' groups Signed-off-by: Mel --- modules/user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user.nix') diff --git a/modules/user.nix b/modules/user.nix index 624756b..94d36b2 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -6,7 +6,7 @@ isNormalUser = true; description = "Mel"; shell = pkgs.fish; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "wheel" "kvm" "networkmanager" "adbusers" ]; hashedPassword = "$y$j9T$4wGl.YJizIpcfFv0LyvLU0$7LLEkjIFWBOV.XXynReCOczBYNX0EZfMPIDB/bmmhhC"; packages = (with pkgs; [ -- cgit 1.4.1