Merge pull request #91296 from cawilliamson/master

nixos/onlykey: fix typo
This commit is contained in:
Lassulus 2020-08-21 18:27:46 +02:00 committed by GitHub
commit 6f87509957
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};