From 4edfd251be4f0315154d18b6208f614264247623 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 14 Nov 2022 16:05:02 +0100 Subject: fix localed, back to stateless networking --- hosts/microwave/configuration.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'hosts/microwave/configuration.nix') diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix index 305e6be..53abd1c 100644 --- a/hosts/microwave/configuration.nix +++ b/hosts/microwave/configuration.nix @@ -73,7 +73,6 @@ "plugdev" "dialout" "bluetooth" - "networkmanager" ]; group = "users"; home = "/home/grue"; @@ -85,7 +84,13 @@ enable = true; package = pkgs.wireshark; }; - time.timeZone = "Europe/Berlin"; + time.timeZone = "Europe/Amsterdam"; + + i18n = { + defaultLocale = "en_US.UTF-8"; + supportedLocales = [ "all" ]; + #supportedLocales = [ "en_US.UTF-8/UTF-8" "nl_NL.UTF-8/UTF-8" "ru_RU.UTF-8/UTF-8" ]; + }; programs.steam.enable = true; -- cgit v1.3.1