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
keep-around/077e8264f7f3bc4a5d514ffc0b604293d93f8060
schweby 2021-03-24 19:19:33 +01:00
parent 99d534586a
commit f54be467b8
No known key found for this signature in database
GPG Key ID: 3A489DBB732B9614
1 changed files with 7 additions and 0 deletions

View File

@ -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 = {