blob: ee0d84340e7a7f9411e8e822e931f89858068d03 (
plain) (
tree)
|
|
{config, ...}: {
security.pam = {
services = {
swaylock = {};
sudo = {
u2fAuth = true;
};
login = {
u2fAuth = true;
};
};
u2f = {
enable = true;
cue = true;
authFile = config.age.secrets.pamu2f-mappings.path;
};
};
}
|