about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-22 00:07:09 +0200
committerSoispha <soispha@vhack.eu>2023-10-22 00:07:09 +0200
commitf49f759869ca8c1588978b57d49b6f0baccf8879 (patch)
tree137be2dbabdd61a6e7c94187f40571fc3cae67bb
parentfix(hm/conf/firefox/conf/policies): Remove policies attr name (diff)
downloadnixos-config-f49f759869ca8c1588978b57d49b6f0baccf8879.tar.gz
nixos-config-f49f759869ca8c1588978b57d49b6f0baccf8879.zip
fix(hm/conf/firefox/conf/policies): Correct typo in policy name
-rw-r--r--hm/soispha/conf/firefox/config/policies/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/firefox/config/policies/default.nix b/hm/soispha/conf/firefox/config/policies/default.nix
index 9aaf81b8..401d8778 100644
--- a/hm/soispha/conf/firefox/config/policies/default.nix
+++ b/hm/soispha/conf/firefox/config/policies/default.nix
@@ -125,7 +125,7 @@ in {
 
   # KeepassXC and such things
   OfferToSaveLogins = false;
-  PasswordManagerEnable = false;
+  PasswordManagerEnabled = false;
 
   PDFjs = {
     Enabled = true;