From abec66b287b21c3149c64618c30b547b316f2f69 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Tue, 8 Oct 2024 14:08:17 +0200 Subject: [PATCH] users/danio: add to wheel --- users/danio.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/danio.nix b/users/danio.nix index 36bfefab..d3b878d0 100644 --- a/users/danio.nix +++ b/users/danio.nix @@ -3,7 +3,7 @@ { users.users.danio = { isNormalUser = true; - extraGroups = [ "drift" "nix-builder-users" ]; + extraGroups = [ "drift" "nix-builder-users" "wheel" ]; shell = pkgs.zsh; openssh.authorizedKeys.keys = [