cluster/services/ipfs: use new oauth2-proxy options format
This commit is contained in:
parent
c6caf2d384
commit
7f9881e932
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.oauth2_proxy.nginx.virtualHosts = [ "ipfs.admin.${domain}" ];
|
||||
services.oauth2-proxy.nginx.virtualHosts."ipfs.admin.${domain}" = { };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue