refactor
This commit is contained in:
parent
d414ff36ce
commit
b0be0f9042
1 changed files with 6 additions and 2 deletions
|
@ -19,8 +19,12 @@
|
|||
|
||||
# Use our yubikey as a user login or for sudo access
|
||||
security.pam.services = {
|
||||
login.u2fAuth = true;
|
||||
sudo.u2fAuth = true;
|
||||
login = {
|
||||
u2fAuth = true;
|
||||
};
|
||||
sudo = {
|
||||
u2fAuth = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Configure services
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue