From 14f85e6ec59572e9534aa79f542c88522b67584f Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Thu, 12 Jan 2023 23:16:33 +0100 Subject: [PATCH] hardware/nitrokey: fix description --- modules/hardware/nitrokey/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware/nitrokey/default.nix b/modules/hardware/nitrokey/default.nix index b96c50c..ed406b5 100644 --- a/modules/hardware/nitrokey/default.nix +++ b/modules/hardware/nitrokey/default.nix @@ -4,7 +4,7 @@ let in { options.my.hardware.nitrokey = { - enable = lib.mkEnableOption "pipewire configuration"; + enable = lib.mkEnableOption "nitrokey configuration"; }; config = lib.mkIf cfg.enable {