~ruther/nixos-config

5cb27c25c202fa022a05cfd52f2e1f3d148ebecd — Frantisek Bohacek 1 year, 4 months ago 06e9721
feat: add fprintd service
1 files changed, 5 insertions(+), 0 deletions(-)

M hosts/laptop-phobos/default.nix
M hosts/laptop-phobos/default.nix => hosts/laptop-phobos/default.nix +5 -0
@@ 53,6 53,11 @@
    };
  };

  security.pam.services.login.fprintAuth = false;
  security.pam.services.sddm.fprintAuth = false;
  security.pam.services.sddm-greeter.fprintAuth = false;
  services.fprintd.enable = true;

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

Do not follow this link