Unverified Commit 5185052e authored by misuzu's avatar misuzu Committed by GitHub
Browse files

nixos/aesmd: fix incorrect `mkRemovedOptionModule` option path (#361812)

parents d637b85e 797444df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ let
in
{
  imports = [
    (mkRemovedOptionModule [ "debug" ] ''
    (mkRemovedOptionModule [ "services" "aesmd" "debug" ] ''
      Enable debug mode by overriding the aesmd package directly:

          services.aesmd.package = pkgs.sgx-psw.override { debug = true; };