diff --git a/machines/Everest/configuration.nix b/machines/Everest/configuration.nix index f6eb874..b183d34 100755 --- a/machines/Everest/configuration.nix +++ b/machines/Everest/configuration.nix @@ -35,6 +35,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’. users.users.toast = { extraGroups = ["networkmanager" "transmission"];