mirror of https://gitlab.crans.org/nounous/nixos
fix typo v2
parent
3fe04b474d
commit
89f9038adf
|
@ -155,7 +155,7 @@ in {
|
|||
virtualHosts = {
|
||||
"collabora" = {
|
||||
target = "172.16.10.149";
|
||||
proxyWebSockets = true;
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
"eclat" = {
|
||||
anubisConfig = "${anubisMirror}";
|
||||
|
|
|
@ -76,7 +76,7 @@ in
|
|||
example = "true";
|
||||
};
|
||||
|
||||
proxyWebSockets = mkOption {
|
||||
proxyWebsockets = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
|
|
Loading…
Reference in New Issue