From ee7635a4e8968d0c803ffd23c5ecddc9b94396cb Mon Sep 17 00:00:00 2001 From: Chen Chengjun Date: Wed, 11 Feb 2026 06:15:20 +0000 Subject: [PATCH] Make Podman use pivot_root by default --- distro/etc_nixos/modules/container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro/etc_nixos/modules/container.nix b/distro/etc_nixos/modules/container.nix index b85578612..7721fdd5c 100644 --- a/distro/etc_nixos/modules/container.nix +++ b/distro/etc_nixos/modules/container.nix @@ -31,7 +31,7 @@ engine = { cgroup_manager = "cgroupfs"; events_logger = "none"; - no_pivot_root = true; + no_pivot_root = false; runtime = "runc"; }; };