diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-05-13 00:07:16 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-05-13 00:07:16 -0500 |
commit | ca074f7d8d9452f3365a5a873692c257e07ad0dd (patch) | |
tree | f693321a54555d15b43613f4084f084fb1d29a6e /hosts | |
parent | d0e4ba815eb39969dca41c7e98de37bbc4b536a7 (diff) | |
download | nixos-config-ca074f7d8d9452f3365a5a873692c257e07ad0dd.tar.gz nixos-config-ca074f7d8d9452f3365a5a873692c257e07ad0dd.zip |
hosts/ades/common: Fix wrong add-on ID for Ublock Origin
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ades/firefox-prefs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ades/firefox-prefs.nix b/hosts/ades/firefox-prefs.nix index 47a10c6..125ee62 100644 --- a/hosts/ades/firefox-prefs.nix +++ b/hosts/ades/firefox-prefs.nix @@ -34,7 +34,7 @@ SkipOnboarding = true; MoreFromMozilla = false; }; - ExtensionSettings."uBlock@raymondhill.net" = { + ExtensionSettings."uBlock0@raymondhill.net" = { installation_mode = "force_installed"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"; }; |