Common: set up timezone on configuration.nix
This commit is contained in:
parent
d3067f9547
commit
62a2fda287
4 changed files with 3 additions and 7 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@
|
|||
nameservers = [ "8.8.8.8" ];
|
||||
};
|
||||
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver = {
|
||||
layout = "es";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -34,6 +34,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Set up time zone.
|
||||
time.timeZone = "Europe/Madrid";
|
||||
|
||||
# Set up secrets
|
||||
age = {
|
||||
identityPaths = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue