From 49749035081cf53b79c069644ec41b4f6e25ca0a Mon Sep 17 00:00:00 2001 From: kalipso Date: Thu, 17 Oct 2024 14:13:16 +0200 Subject: [PATCH] [durruti] enable autoupdate --- machines/durruti/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/machines/durruti/configuration.nix b/machines/durruti/configuration.nix index 68ac85b0..549a933d 100644 --- a/machines/durruti/configuration.nix +++ b/machines/durruti/configuration.nix @@ -28,6 +28,14 @@ with lib; ../modules/minimal_tools.nix ]; + malobeo.autoUpdate = { + enable = true; + url = "https://hydra.dynamicdiscord.de"; + project = "malobeo"; + jobset = "infrastructure"; + cacheurl = "https://cache.dynamicdiscord.de"; + }; + services.malobeo-tasklist.enable = true; services.ep3-bs = {