diff --git a/system/host/configuration.nix b/system/host/configuration.nix index 78ad617..ea0d816 100644 --- a/system/host/configuration.nix +++ b/system/host/configuration.nix @@ -22,7 +22,7 @@ in # To see all available timezones, run `timedatectl list-timezones`. time.timeZone = "Europe/Amsterdam"; - # Define your user account(s). Don't forget to set a password with ‘passwd’. + # Define your user account(s). Don't forget to set a password with `passwd`. users.users.${username} = { isNormalUser = true; extraGroups = [ "wheel" ];