override cinny again

This commit is contained in:
Peder Bergebakken Sundt 2024-10-12 19:07:16 +02:00
parent 1aad14b873
commit ba7d752f14

View File

@ -11,13 +11,13 @@ lib.mkIf pkgs.unstable.cinny.meta.available # no CVE's thank you
enableACME = true; #useACMEHost = acmeDomain;
# TODO: the override causes a rebuild which fails on low-RAM systems
root = pkgs.unstable.cinny.override {
#conf = {
# defaultHomeserver = 0;
# homeserverList = [
# "pvv.ntnu.no"
# "matrix.org"
# ];
#};
conf = {
defaultHomeserver = 0;
homeserverList = [
"pvv.ntnu.no"
"matrix.org"
];
};
};
};