Fix funky unicode quotes
This commit is contained in:
parent
1873af7524
commit
6f3a935780
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue