forked from hacc/haccfiles
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
This commit is contained in:
parent
99d534586a
commit
f54be467b8
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,13 @@
|
||||||
config = { pkgs, config2, ...}: {
|
config = { pkgs, config2, ...}: {
|
||||||
services.engelsystem = {
|
services.engelsystem = {
|
||||||
enable = true;
|
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";
|
domain = "himmel.hacc.earth";
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
Loading…
Reference in a new issue