diff --git a/root/base/users/default.nix b/root/base/users/default.nix index 4d69ac3..63deebf 100644 --- a/root/base/users/default.nix +++ b/root/base/users/default.nix @@ -2,7 +2,7 @@ { user, ... }: { users.users.${user} = { - hashedPassword = "$y$j9T$qziHkyBuG215vEKwqmoFl1$Pd1zqAsFlx1.kENKSn7BCWA1vHTLF2wlq7BQjFxgTu8"; + hashedPassword = ""; description = "Mohamed Chrayed"; isNormalUser = true; extraGroups = [ "wheel" "networkmanager" ];