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
|
|
@ -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