Timezone and locale

This commit is contained in:
Nicolas Jeannerod 2024-11-20 16:43:41 +01:00
parent dd56774f34
commit 17611b7e53
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8
5 changed files with 3 additions and 24 deletions

View file

@ -4,4 +4,7 @@
./networking.nix ./networking.nix
./users.nix ./users.nix
]; ];
time.timeZone = "Europe/Amsterdam";
i18n.defaultLocale = "en_US.UTF-8";
} }

View file

@ -9,12 +9,6 @@
ip6 = "2a00:51c0:12:1201::20"; ip6 = "2a00:51c0:12:1201::20";
}; };
# Set your time zone.
time.timeZone = "Europe/Amsterdam";
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [

View file

@ -9,12 +9,6 @@
ip6 = "2a00:51c0:12:1201::179"; ip6 = "2a00:51c0:12:1201::179";
}; };
# Set your time zone.
time.timeZone = "Europe/Amsterdam";
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
nix = { nix = {
settings.trusted-users = [ "@wheel" ]; settings.trusted-users = [ "@wheel" ];
}; };

View file

@ -9,12 +9,6 @@
ip6 = "2a00:51c0:12:1201::186"; ip6 = "2a00:51c0:12:1201::186";
}; };
# Set your time zone.
time.timeZone = "Europe/Amsterdam";
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [

View file

@ -71,12 +71,6 @@
users.users.nginx.extraGroups = [ "acme" ]; users.users.nginx.extraGroups = [ "acme" ];
# Set your time zone.
time.timeZone = "Europe/Amsterdam";
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [