diff options
| author | Mel <mel@rnrd.eu> | 2025-07-12 04:02:59 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-12 04:02:59 +0200 |
| commit | a260883bfd9d206e2a27f046a1709bb25167a014 (patch) | |
| tree | 039b127ce26098bd7b879215289e5fe3ad993944 /modules/hardware-keys.nix | |
| parent | 1e8f1a29b02a4425169940df5d4bd7c764ecfdc8 (diff) | |
| download | minerals-a260883bfd9d206e2a27f046a1709bb25167a014.tar.zst minerals-a260883bfd9d206e2a27f046a1709bb25167a014.zip | |
Disable forced hardware key authentication (until I get it to work)
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/hardware-keys.nix')
| -rw-r--r-- | modules/hardware-keys.nix | 3 |
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; |
