Unverified Commit fd7e20b8 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #321944 from K900/allow-null-password

nixos/plasma6: allow null password for screen lock
parents be54c7d9 cc5ee2d6
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; };
    };