nixos/cri-o: unset hooks dir to avoid dir creation on startup

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
Sascha Grunert
2020-09-01 18:04:54 +10:00
committed by zowoq
parent 2316f3520c
commit 46a0aa4176
+1
View File
@@ -101,6 +101,7 @@ in
log_level = "${cfg.logLevel}"
manage_ns_lifecycle = true
pinns_path = "${cfg.package}/bin/pinns"
hooks_dir = []
${optionalString (cfg.runtime != null) ''
default_runtime = "${cfg.runtime}"