parent
732f4cdcd9
commit
44946c535a
|
@ -82,7 +82,7 @@ with pkgs;
|
|||
};
|
||||
|
||||
# Set timezone and synchronize NTP
|
||||
time.timeZone = "Europe/London";
|
||||
time.timeZone = "Europe/Brussels";
|
||||
services.chrony.enable = true;
|
||||
|
||||
# NixOS version
|
||||
|
@ -118,7 +118,7 @@ with pkgs;
|
|||
|
||||
# Auto-upgrade the system
|
||||
system.autoUpgrade = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
dates = "22:30";
|
||||
flake = "/home/coolneng/Projects/panacea";
|
||||
flags = [
|
||||
|
|
Loading…
Reference in New Issue