local: remove
set locale and timezone per host instead
This commit is contained in:
parent
1d5b489bb2
commit
69e0bdff63
2 changed files with 0 additions and 6 deletions
|
@ -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" ];
|
nix.systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
|
|
||||||
imports = [ ../../local/locale.nix ];
|
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue