mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
hardware/nitrokey: fix description
This commit is contained in:
parent
12e555ca1f
commit
14f85e6ec5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.my.hardware.nitrokey = {
|
options.my.hardware.nitrokey = {
|
||||||
enable = lib.mkEnableOption "pipewire configuration";
|
enable = lib.mkEnableOption "nitrokey configuration";
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue