local: remove
set locale and timezone per host instead
This commit is contained in:
parent
1d5b489bb2
commit
69e0bdff63
|
@ -1,4 +0,0 @@
|
|||
{ ... }: {
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
time.timeZone = "America/Denver";
|
||||
}
|
|
@ -6,8 +6,6 @@ in
|
|||
|
||||
nix.systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
|
||||
imports = [ ../../local/locale.nix ];
|
||||
|
||||
environment = {
|
||||
|
||||
systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue