Common: set up timezone on configuration.nix

This commit is contained in:
Toast 2023-07-21 01:45:57 +02:00
parent d3067f9547
commit 62a2fda287
4 changed files with 3 additions and 7 deletions

View file

@ -26,9 +26,6 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Set your time zone.
time.timeZone = "Europe/Madrid";
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";

View file

@ -32,7 +32,6 @@
nameservers = [ "8.8.8.8" ];
};
# Configure keymap in X11
services.xserver = {
layout = "es";

View file

@ -26,9 +26,6 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Set your time zone.
time.timeZone = "Europe/Madrid";
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";

View file

@ -34,6 +34,9 @@
};
};
# Set up time zone.
time.timeZone = "Europe/Madrid";
# Set up secrets
age = {
identityPaths = [