Commit cc5ee2d6 authored by K900's avatar K900
Browse files

nixos/plasma6: allow null password for screen lock

This was fixed and we missed it, I think?
parent 03f1d515
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -264,10 +264,13 @@ in {
        enable = true;
        package = kdePackages.kwallet-pam;
      };
      kde.kwallet = {
      kde = {
        allowNullPassword = true;
        kwallet = {
          enable = true;
          package = kdePackages.kwallet-pam;
        };
      };
      kde-fingerprint = lib.mkIf config.services.fprintd.enable { fprintAuth = true; };
      kde-smartcard = lib.mkIf config.security.pam.p11.enable { p11Auth = true; };
    };