0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/containerd: sanitize StateDirectory and RuntimeDirectory

This commit is contained in:
Johan Thomsen 2021-05-10 12:01:10 +02:00 committed by zowoq
parent 08ab7e10f3
commit 2142f88526
3 changed files with 7 additions and 4 deletions

View file

@ -134,7 +134,7 @@ in
containerRuntimeEndpoint = mkOption {
description = "Endpoint at which to find the container runtime api interface/socket";
type = str;
default = "unix:///var/run/containerd/containerd.sock";
default = "unix:///run/containerd/containerd.sock";
};
enable = mkEnableOption "Kubernetes kubelet.";