From 44946c535aed1a953c3391c3f80a04e7f3d4de81 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 14 Jul 2023 17:34:26 +0100 Subject: [PATCH] Revert "Switch to off-grid setup" This reverts commit a2f83bbeb66eb57748e4523d3914716750cc7c99. --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index e0df6f8..066512d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = [