Don't set timezone

This commit is contained in:
Henry Hiles 2025-01-12 17:47:45 +00:00
parent f896e89d35
commit 850d25a9ee
4 changed files with 1 additions and 1 deletions

View file

@ -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";
} }

View file

@ -1,3 +1,4 @@
{ {
imports = [./monitor.nix];
networking.hostName = "quadraticpc"; networking.hostName = "quadraticpc";
} }