From f54be467b87111c845f508c567a8376c1d8e98a0 Mon Sep 17 00:00:00 2001 From: schweby Date: Wed, 24 Mar 2021 19:19:33 +0100 Subject: [PATCH] hainich/hasenloch: update to r2r version to update to this version removal of the cache at *engelsystem/storage/cache is necessary for the site to work --- hosts/hainich/services/hasenloch.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/hainich/services/hasenloch.nix b/hosts/hainich/services/hasenloch.nix index a2d4c21..734a49d 100644 --- a/hosts/hainich/services/hasenloch.nix +++ b/hosts/hainich/services/hasenloch.nix @@ -10,6 +10,13 @@ config = { pkgs, config2, ...}: { services.engelsystem = { enable = true; + package = pkgs.engelsystem.overrideAttrs (oldAttrs: rec { + version = "3.1.1-r2r"; + src = pkgs.fetchzip { + url = "https://schwe.by/files/engelsystem2.zip"; + sha256 = "0kqididzlslzrcpx89pf57008lh040ghhhab83sz28zabsm9945q"; + }; + }); domain = "himmel.hacc.earth"; config = {