mirror of https://gitlab.crans.org/nounous/nixos
fix typo v2
parent
3fe04b474d
commit
89f9038adf
|
@ -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}";
|
||||||
|
|
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in New Issue