summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/hardware/yubikey.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/hardware/yubikey.nix b/nixos/modules/hardware/yubikey.nix
index 0c16807..5e1b146 100644
--- a/nixos/modules/hardware/yubikey.nix
+++ b/nixos/modules/hardware/yubikey.nix
@@ -2,11 +2,11 @@
with lib;
let
- cfg = config.eth.yubikey;
+ cfg = config.eth.hardware.yubikey;
in {
- options.eth.yubikey = {
+ options.eth.hardware.yubikey = {
enable = mkEnableOption "Set up Yubikey";
};