nixos/onlykey: fix typo
This commit is contained in:
parent
22a81aa5fc
commit
6713ee8f4a
|
@ -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 New Issue