diff --git a/nixos-modules/users/jopejoe1/default.nix b/nixos-modules/users/jopejoe1/default.nix index 56d1173..ce4e99d 100644 --- a/nixos-modules/users/jopejoe1/default.nix +++ b/nixos-modules/users/jopejoe1/default.nix @@ -18,7 +18,7 @@ in users.users.jopejoe1 = { isNormalUser = true; shell = pkgs.nushell; - description = "Johannes Jöns"; + description = "jopejoe1"; hashedPassword = "$2b$05$Uk84TY/RHlH8DIigUlFYjeorjTlCMEY9wN2pAcw5BLaPoc7dKiSsC"; extraGroups = [ "wheel"