summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/hardware-keys.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/hardware-keys.nix b/modules/hardware-keys.nix
index ac50ecd..a222a88 100644
--- a/modules/hardware-keys.nix
+++ b/modules/hardware-keys.nix
@@ -32,7 +32,8 @@ in
       services = {
         login = {
           u2fAuth = true;
-          unixAuth = false; # careful
+          # TODO: figure out how to use hardware keys for login on moissanite
+          unixAuth = true; # careful
         };
         sudo = {
           u2fAuth = true;