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;
|
||||
# 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"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user