Fix funky unicode quotes
Some checks failed
Code Check / Run nixfmt and statix (push) Waiting to run
Code Check / Run nixfmt and statix (pull_request) Has been cancelled

This commit is contained in:
Andre 2024-06-22 11:48:42 -04:00
parent 3ea2d1bbfb
commit 8ca6adecb4

View file

@ -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" ];