Don't set timezone
This commit is contained in:
parent
f896e89d35
commit
850d25a9ee
4 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
time.timeZone = "America/Toronto";
|
|
||||||
i18n.defaultLocale = "en_CA.UTF-8";
|
i18n.defaultLocale = "en_CA.UTF-8";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
|
imports = [./monitor.nix];
|
||||||
networking.hostName = "quadraticpc";
|
networking.hostName = "quadraticpc";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue