Finally added timezones to my config :)

This commit is contained in:
KoenDR06 2024-04-08 10:48:05 +02:00
parent 1e1ed93901
commit 31536aefb6
3 changed files with 4 additions and 0 deletions

View file

@ -47,6 +47,8 @@
};
networking.hostName = "solis";
time.timeZone = "Europe/Amsterdam";
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.useOSProber = true;