Loading
nixos/acme: fix incorrectly using mkRenamedOptionModule in submodule
Per https://github.com/NixOS/nixpkgs/issues/96006, this does not work as expected. The warning trace will be emitted regardless of whether the option is set, rendering it pointless. It does not work at the top-level either (i.e. as `"security" "acme" "defaults" "credentialsFile"`), As such, remove it entirely.