Unverified Commit 44f744dc authored by Heitor Augusto's avatar Heitor Augusto Committed by GitHub
Browse files

nixos/cosmic-greeter: allow empty passwords (#513014)

parents 43d8252b eb537856
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -73,7 +73,9 @@ in
      extraGroups = [ "video" ];
    };
    # Required for authentication
    security.pam.services.cosmic-greeter = { };
    security.pam.services.cosmic-greeter = {
      allowNullPassword = true;
    };

    hardware.graphics.enable = true;
    services.accounts-daemon.enable = true;