Machines/Everest: set static time zone
This commit is contained in:
parent
2615b290a1
commit
fb317980e2
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@
|
||||||
nameservers = ["9.9.9.9"];
|
nameservers = ["9.9.9.9"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
time.timeZone = "Europe/Madrid";
|
||||||
|
services.automatic-timezoned.enable = lib.mkForce false;
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.toast = {
|
users.users.toast = {
|
||||||
extraGroups = ["networkmanager" "transmission"];
|
extraGroups = ["networkmanager" "transmission"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue