diff --git a/hosts/base/default.nix b/hosts/base/default.nix index 66424d7..9349ecf 100644 --- a/hosts/base/default.nix +++ b/hosts/base/default.nix @@ -63,7 +63,7 @@ # Define a user account. Don't forget to set a password with ‘passwd’. users.users.krop = { isNormalUser = true; - description = "Jakub Kropacek"; + description = "Jakub Kropáček"; extraGroups = [ "networkmanager" "wheel"