fix typo v2

main^2
Lzebulon 2025-08-02 18:26:45 +02:00
parent 3fe04b474d
commit 89f9038adf
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ in {
virtualHosts = { virtualHosts = {
"collabora" = { "collabora" = {
target = "172.16.10.149"; target = "172.16.10.149";
proxyWebSockets = true; proxyWebsockets = true;
}; };
"eclat" = { "eclat" = {
anubisConfig = "${anubisMirror}"; anubisConfig = "${anubisMirror}";

View File

@ -76,7 +76,7 @@ in
example = "true"; example = "true";
}; };
proxyWebSockets = mkOption { proxyWebsockets = mkOption {
type = types.bool; type = types.bool;
default = false; default = false;
description = '' description = ''