From d98f771f3f7b33ca5bdd4e5e55007216cdf5ecec Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 8 Dec 2025 10:47:52 +0100 Subject: [PATCH] re-enable updating from flake --- hosts/nuos/configuration.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index 3049c84..5ee7e68 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -98,13 +98,13 @@ }; }; - # systemd.timers."update-from-flake" = { - # wantedBy = [ "timers.target" ]; - # timerConfig = { - # OnCalendar = "*-*-* 05:00:00"; - # Persistent = true; - # }; - # }; + systemd.timers."update-from-flake" = { + wantedBy = [ "timers.target" ]; + timerConfig = { + OnCalendar = "*-*-* 05:00:00"; + Persistent = true; + }; + }; nix = { settings = {