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