mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/onlykey: fix typo
This commit is contained in:
parent
22a81aa5fc
commit
6713ee8f4a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ with lib;
|
|||
####### implementation
|
||||
|
||||
config = mkIf config.hardware.onlykey.enable {
|
||||
services.udev.extraRules = builtin.readFile ./onlykey.udev;
|
||||
services.udev.extraRules = builtins.readFile ./onlykey.udev;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue