From 6c57fa546bde769ccce068257bb34b96ffa947d6 Mon Sep 17 00:00:00 2001 From: arouzing Date: Sat, 4 Feb 2023 00:40:50 -0500 Subject: [PATCH] minimal groups --- .modules/users/arouzing.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.modules/users/arouzing.nix b/.modules/users/arouzing.nix index a5fb4a8..a4510ef 100644 --- a/.modules/users/arouzing.nix +++ b/.modules/users/arouzing.nix @@ -2,11 +2,11 @@ { users.users.arouzing = { isNormalUser = true; - initialPassword = "password~!@~"; + initialHashedPassword = "$6$tucSnzN8mqHQo/Fd$Q/RtaTpoXN0xnlLAFy6ohWWYuTYd54CXaCrocV1vgFRQVuONga1LyzwdJ0vXa.NT6MRcO7IXNQ3YeURJsSdP61"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJAGm66rJsr8vjRCYDkH4lEPncPq27o6BHzpmRmkzOiM" ]; description = "admin"; - extraGroups = [ "networkmanager" "wheel" "docker" ]; + extraGroups = [ "wheel" "docker" ]; }; } \ No newline at end of file