From 8113d2b066ad2e503cc866be0d9ae2a4b4480dbe Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 May 2024 12:44:42 +0200 Subject: [PATCH] tweak --- pastila/armael.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pastila/armael.nix b/pastila/armael.nix index f0ccf93..dda3768 100644 --- a/pastila/armael.nix +++ b/pastila/armael.nix @@ -4,7 +4,7 @@ users.users.armael = { isNormalUser = true; - extraGroups = [ "wheel" ]; + extraGroups = [ ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBvPrmxY7H6t4ah7d0e7/Jt9RkrPHI1MREukOSSwaqlp armael@teabox" ];