diff --git a/base.nix b/base.nix index 89d5d1b..4fbc4fe 100644 --- a/base.nix +++ b/base.nix @@ -82,7 +82,7 @@ users.users.felixalb = { isNormalUser = true; - extraGroups = lib.mkDefault [ + extraGroups = [ "wheel" "docker" ]; diff --git a/hosts/felixalbpc/configuration.nix b/hosts/felixalbpc/configuration.nix index 677f145..bdf1fa2 100644 --- a/hosts/felixalbpc/configuration.nix +++ b/hosts/felixalbpc/configuration.nix @@ -33,7 +33,6 @@ users.users.felixalb = { uid = 1328256; - extraGroups = [ "wheel" ]; openssh.authorizedKeys.keys = [ ]; };