From 7e35ac6d436731920b35894e1935bea125a37897 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 1 May 2024 12:10:46 +0200 Subject: [PATCH] enable autoupdates --- common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.nix b/common.nix index a354948..6bdd6ec 100644 --- a/common.nix +++ b/common.nix @@ -81,8 +81,8 @@ systemd.services.nix-daemon.serviceConfig.LimitNOFILE = lib.mkForce 1048576000; system.autoUpgrade = { - enable = false; - dates = "minutely"; + enable = true; + dates = "hourly"; flake = "git+https://git.missing.ninja/lf3/server-conf.git"; };