Revert "Switch to off-grid setup"

This reverts commit a2f83bbeb6.
This commit is contained in:
coolneng 2023-07-14 17:34:26 +01:00
parent 732f4cdcd9
commit 44946c535a
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ with pkgs;
}; };
# Set timezone and synchronize NTP # Set timezone and synchronize NTP
time.timeZone = "Europe/London"; time.timeZone = "Europe/Brussels";
services.chrony.enable = true; services.chrony.enable = true;
# NixOS version # NixOS version
@ -118,7 +118,7 @@ with pkgs;
# Auto-upgrade the system # Auto-upgrade the system
system.autoUpgrade = { system.autoUpgrade = {
enable = false; enable = true;
dates = "22:30"; dates = "22:30";
flake = "/home/coolneng/Projects/panacea"; flake = "/home/coolneng/Projects/panacea";
flags = [ flags = [