home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2e6a64b7d05965955db444608ce8d32e5e867773
parent ca262a4bc5b412014e016131482fb9914a727119
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  3 May 2020 17:46:23 +0200

wakasu: enable u2fAuth

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmachines/wakasu.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/machines/wakasu.nix b/machines/wakasu.nix @@ -48,4 +48,5 @@ gnome3.zenity # use rofi instead oathToolkit ]; + security.pam.u2fAuth = true; }