diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-11-21 11:34:04 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-11-21 11:34:04 +0100 |
commit | 3705bb3ef68b56892ec840c23683d5728136b5fa (patch) | |
tree | 87276284f27a888a8decb96b07de9a8171ea107a /hosts | |
parent | 90fc8b481039bbc47036edb9733676cb39ae1885 (diff) | |
download | nixos-3705bb3ef68b56892ec840c23683d5728136b5fa.tar nixos-3705bb3ef68b56892ec840c23683d5728136b5fa.tar.gz nixos-3705bb3ef68b56892ec840c23683d5728136b5fa.tar.bz2 nixos-3705bb3ef68b56892ec840c23683d5728136b5fa.tar.xz nixos-3705bb3ef68b56892ec840c23683d5728136b5fa.zip |
...
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/eostre/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hosts/eostre/default.nix b/hosts/eostre/default.nix index 92e4e41c..c8964d99 100644 --- a/hosts/eostre/default.nix +++ b/hosts/eostre/default.nix | |||
@@ -4,7 +4,7 @@ with lib; | |||
4 | 4 | ||
5 | { | 5 | { |
6 | imports = with flake.nixosModules.systemProfiles; [ | 6 | imports = with flake.nixosModules.systemProfiles; [ |
7 | nfsroot | 7 | default-locale nfsroot |
8 | ]; | 8 | ]; |
9 | 9 | ||
10 | config = { | 10 | config = { |
@@ -69,9 +69,8 @@ with lib; | |||
69 | system.stateVersion = "22.11"; | 69 | system.stateVersion = "22.11"; |
70 | 70 | ||
71 | 71 | ||
72 | time.timeZone = "Europe/Berlin"; | 72 | console.keyMap = "us"; |
73 | time.hardwareClockInLocalTime = true; | 73 | time.hardwareClockInLocalTime = true; |
74 | i18n.defaultLocale = "en_DK.UTF-8"; | ||
75 | 74 | ||
76 | 75 | ||
77 | environment.systemPackages = with pkgs; [ cifs-utils ]; | 76 | environment.systemPackages = with pkgs; [ cifs-utils ]; |