hosts/anemone: change timezone
This commit is contained in:
parent
3b41385a96
commit
78f45a4fe8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, inputs, modules, overlays, pkgs, ... }: {
|
||||
networking.hostName = "anemone";
|
||||
system.stateVersion = "23.11";
|
||||
time.timeZone = "Asia/Phnom_Penh";
|
||||
time.timeZone = "Australia/Melbourne";
|
||||
|
||||
nixpkgs.overlays = [ inputs.neovim-nightly.overlay ];
|
||||
age.secrets = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue