hosts/hyacinth: set timezone to Melbourne
This commit is contained in:
parent
217ef21de8
commit
361aa3cddd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, inputs, modules, overlays, pkgs, ... }: {
|
{ config, inputs, modules, overlays, pkgs, ... }: {
|
||||||
networking.hostName = "hyacinth";
|
networking.hostName = "hyacinth";
|
||||||
system.stateVersion = "21.11";
|
system.stateVersion = "21.11";
|
||||||
time.timeZone = "Asia/Phnom_Penh";
|
time.timeZone = "Australia/Melbourne";
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
nixpkgs.overlays = [ inputs.neovim-nightly.overlays.default ];
|
nixpkgs.overlays = [ inputs.neovim-nightly.overlays.default ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue