Adapt configuration to holidays

This commit is contained in:
coolneng 2021-07-29 22:27:36 +01:00
parent 70db021027
commit fcf246beab
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
};
# Set timezone and synchronize NTP
time.timeZone = "Europe/Brussels";
time.timeZone = "Europe/London";
services.chrony.enable = true;
# NixOS version
@ -94,7 +94,7 @@
# Auto-upgrade the system
system.autoUpgrade = {
enable = true;
enable = false;
dates = "14:00";
};