add timezone
This commit is contained in:
parent
de4ed7b765
commit
81e3ded1da
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ in
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
time.timeZone = "America/Chicago";
|
||||
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue