From 140d29168b9280febcc165c2fbc2778c3ed77494 Mon Sep 17 00:00:00 2001 From: Ethel Morgan Date: Fri, 29 May 2020 22:02:12 +0100 Subject: rename the yubikey config options --- nixos/modules/hardware/yubikey.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos') 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"; }; -- cgit v1.2.3