nixos/lock-kernel-modules: fix typo in unitConfig

I managed to miss this one somehow ... meh
This commit is contained in:
Joachim Fasting 2017-04-30 14:42:15 +02:00
parent a1678269f9
commit 56e1133d75
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -25,7 +25,7 @@ with lib;
script = "echo -n 1 > /proc/sys/kernel/modules_disabled";
unitConfig.ConditionPathIsWritable = "/proc/sys/kernel";
unitConfig.ConditionPathIsReadWrite = "/proc/sys/kernel";
serviceConfig = {
Type = "oneshot";