This commit is contained in:
2026-02-07 22:11:44 +03:00
parent 94ab681057
commit 1b5e642963
12 changed files with 115 additions and 2033 deletions
+3
View File
@@ -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;