hosts/hyacinth: set timezone to Melbourne

This commit is contained in:
LavaDesu 2024-03-24 14:18:13 +11:00
parent 217ef21de8
commit 361aa3cddd
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,7 +1,7 @@
{ config, inputs, modules, overlays, pkgs, ... }: {
networking.hostName = "hyacinth";
system.stateVersion = "21.11";
time.timeZone = "Asia/Phnom_Penh";
time.timeZone = "Australia/Melbourne";
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
nixpkgs.overlays = [ inputs.neovim-nightly.overlays.default ];