{lib, ...}: let
passwords = import ../../variables/passwords.crypt.nix;
in {
time.timeZone = lib.mkDefault passwords.timeZone.stefan;
}