rework
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
networking.firewall.enable = true;
|
||||
|
||||
services.udev.packages = [ pkgs.yubikey-personalization ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
fprintd
|
||||
@@ -13,6 +15,7 @@
|
||||
programs.gnupg.agent = { enable = true; };
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
security.rtkit.enable = true;
|
||||
services.fprintd.enable = true;
|
||||
security.pam.services.sudo.fprintAuth = true;
|
||||
security.pam.services.login.fprintAuth = lib.mkForce true;
|
||||
|
||||
Reference in New Issue
Block a user