override cinny again
This commit is contained in:
parent
1aad14b873
commit
ba7d752f14
@ -11,13 +11,13 @@ lib.mkIf pkgs.unstable.cinny.meta.available # no CVE's thank you
|
|||||||
enableACME = true; #useACMEHost = acmeDomain;
|
enableACME = true; #useACMEHost = acmeDomain;
|
||||||
# TODO: the override causes a rebuild which fails on low-RAM systems
|
# TODO: the override causes a rebuild which fails on low-RAM systems
|
||||||
root = pkgs.unstable.cinny.override {
|
root = pkgs.unstable.cinny.override {
|
||||||
#conf = {
|
conf = {
|
||||||
# defaultHomeserver = 0;
|
defaultHomeserver = 0;
|
||||||
# homeserverList = [
|
homeserverList = [
|
||||||
# "pvv.ntnu.no"
|
"pvv.ntnu.no"
|
||||||
# "matrix.org"
|
"matrix.org"
|
||||||
# ];
|
];
|
||||||
#};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user