mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Merge pull request #91296 from cawilliamson/master
nixos/onlykey: fix typo
This commit is contained in:
commit
6f87509957
@ -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
Block a user