nixos/lock-kernel-modules: fix typo in unitConfig
I managed to miss this one somehow ... meh
This commit is contained in:
parent
a1678269f9
commit
56e1133d75
@ -25,7 +25,7 @@ with lib;
|
|||||||
|
|
||||||
script = "echo -n 1 > /proc/sys/kernel/modules_disabled";
|
script = "echo -n 1 > /proc/sys/kernel/modules_disabled";
|
||||||
|
|
||||||
unitConfig.ConditionPathIsWritable = "/proc/sys/kernel";
|
unitConfig.ConditionPathIsReadWrite = "/proc/sys/kernel";
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user