Adapt configuration to holidays
This commit is contained in:
parent
70db021027
commit
fcf246beab
|
@ -70,7 +70,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set timezone and synchronize NTP
|
# Set timezone and synchronize NTP
|
||||||
time.timeZone = "Europe/Brussels";
|
time.timeZone = "Europe/London";
|
||||||
services.chrony.enable = true;
|
services.chrony.enable = true;
|
||||||
|
|
||||||
# NixOS version
|
# NixOS version
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
# Auto-upgrade the system
|
# Auto-upgrade the system
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = false;
|
||||||
dates = "14:00";
|
dates = "14:00";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue