doc: firefox: Show how to use PKCS#11 Proxy Module

`p11-kit-proxy.so` makes it able to use multiple PKCS#11 modules and
manage them through p11-kit(8).

Fix indentation while here.

+8 -4
+8 -4
doc/builders/packages/firefox.section.md
··· 26 Pocket = false; 27 Snippets = false; 28 }; 29 - UserMessaging = { 30 - ExtensionRecommendations = false; 31 - SkipOnboarding = true; 32 - }; 33 }; 34 35 extraPrefs = ''
··· 26 Pocket = false; 27 Snippets = false; 28 }; 29 + UserMessaging = { 30 + ExtensionRecommendations = false; 31 + SkipOnboarding = true; 32 + }; 33 + SecurityDevices = { 34 + # Use a proxy module rather than `nixpkgs.config.firefox.smartcardSupport = true` 35 + "PKCS#11 Proxy Module" = "${pkgs.p11-kit}/lib/p11-kit-proxy.so"; 36 + }; 37 }; 38 39 extraPrefs = ''