fix(nextcloud): add missing MKNOD capability to collabora/office
This fixes timeout issues.
This commit is contained in:
parent
0c805ab468
commit
a994b2f761
|
@ -52,7 +52,7 @@ in {
|
|||
aliasgroup2 = mkAlias "cloud.felschr.com";
|
||||
extra_params = "--o:ssl.enable=false --o:ssl.termination=true";
|
||||
};
|
||||
extraOptions = [ "--network=host" ];
|
||||
extraOptions = [ "--network=host" "--cap-add=MKNOD" ];
|
||||
};
|
||||
services.nginx.virtualHosts."office.felschr.com" = {
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Reference in a new issue