Fixed timezone
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
# Core functionality for every nixos host
|
# Core functionality for every nixos host
|
||||||
{ config, lib, ... }:
|
|
||||||
{
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
# Database for aiding terminal-based programs
|
# Database for aiding terminal-based programs
|
||||||
environment.enableAllTerminfo = true;
|
environment.enableAllTerminfo = true;
|
||||||
# Enable firmware with a license allowing redistribution
|
# Enable firmware with a license allowing redistribution
|
||||||
@@ -32,5 +35,5 @@
|
|||||||
#
|
#
|
||||||
# FIXME(starter): customize localization values as desired.
|
# FIXME(starter): customize localization values as desired.
|
||||||
i18n.defaultLocale = lib.mkDefault "en_US.UTF-8";
|
i18n.defaultLocale = lib.mkDefault "en_US.UTF-8";
|
||||||
time.timeZone = lib.mkDefault "America/Edmonton";
|
time.timeZone = lib.mkDefault "Canada/Atlantic";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user