summaryrefslogtreecommitdiff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-05-29 22:02:12 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-05-29 22:02:12 +0100
commit140d29168b9280febcc165c2fbc2778c3ed77494 (patch)
tree1af7e199199720e88bc9a5c1981717f1664303a0 /nixos/modules/hardware
parent641c545bf27c15f8cd80d58122271d949b6b0727 (diff)
rename the yubikey config options
Diffstat (limited to 'nixos/modules/hardware')
-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";
};