local: remove

set locale and timezone per host instead
This commit is contained in:
Timothy DeHerrera 2021-02-06 01:39:55 -07:00
parent 1d5b489bb2
commit 69e0bdff63
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122
2 changed files with 0 additions and 6 deletions

View file

@ -1,4 +0,0 @@
{ ... }: {
i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "America/Denver";
}

View file

@ -6,8 +6,6 @@ in
nix.systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
imports = [ ../../local/locale.nix ];
environment = {
systemPackages = with pkgs; [