cluster/services/ipfs: use new oauth2-proxy options format

This commit is contained in:
Max Headroom 2024-06-04 14:38:50 +02:00
parent c6caf2d384
commit 7f9881e932

View file

@ -16,5 +16,5 @@ in
}; };
}; };
services.oauth2_proxy.nginx.virtualHosts = [ "ipfs.admin.${domain}" ]; services.oauth2-proxy.nginx.virtualHosts."ipfs.admin.${domain}" = { };
} }