diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-05-29 22:02:12 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-05-29 22:02:12 +0100 |
commit | 140d29168b9280febcc165c2fbc2778c3ed77494 (patch) | |
tree | 1af7e199199720e88bc9a5c1981717f1664303a0 /nixos/modules | |
parent | 641c545bf27c15f8cd80d58122271d949b6b0727 (diff) |
rename the yubikey config options
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/hardware/yubikey.nix | 4 |
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"; }; |