mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
updates
This commit is contained in:
parent
28526d5db2
commit
efe00fc184
9 changed files with 55 additions and 39 deletions
|
@ -14,10 +14,9 @@
|
|||
pam = {
|
||||
u2f = {
|
||||
enable = true;
|
||||
cue = true;
|
||||
# settings = {
|
||||
# cue = true;
|
||||
# };
|
||||
settings = {
|
||||
cue = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
krb5 = {
|
||||
|
@ -45,9 +44,10 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
services = {
|
||||
fprintd.enable = true; # log in using fingerprint
|
||||
};
|
||||
# broken again
|
||||
# services = {
|
||||
# fprintd.enable = true; # log in using fingerprint
|
||||
# };
|
||||
environment.systemPackages = with pkgs; [
|
||||
agenix.packages.x86_64-linux.default
|
||||
tpm2-tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue