~ruther/nixos-config

37b2462230c8c099b8a593b067666097e995453f — Frantisek Bohacek 1 year, 14 days ago be6e522
fix: wait longer for key file to prevent timeout
1 files changed, 2 insertions(+), 2 deletions(-)

M hosts/laptop-phobos/default.nix
M hosts/laptop-phobos/default.nix => hosts/laptop-phobos/default.nix +2 -2
@@ 126,7 126,7 @@ in {

        keyFileSize = 256;
        keyFile = "/dev/disk/by-id/usb-VendorCo_ProductCode_92073160DC061126104-0:0";
        keyFileTimeout = 5;
        keyFileTimeout = 10;
      };
    };
  };


@@ 134,7 134,7 @@ in {
  security.pam.services.login.fprintAuth = false;
  security.pam.services.sddm.fprintAuth = false;
  security.pam.services.sddm-greeter.fprintAuth = false;
  services.fprintd.enable = true;
  # services.fprintd.enable = true;

  hardware = {                              # No xbacklight, this is the alterantive
    brillo.enable = true;

Do not follow this link