From 4ebe54cc9c45bc67abfc92a9df22ccea6545e260 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 28 Feb 2026 09:53:45 -0600 Subject: [PATCH] disable containerd /etc/passwd and /etc/group workaround --- flake.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 6b9b667..ec0f835 100644 --- a/flake.nix +++ b/flake.nix @@ -483,13 +483,13 @@ # https://github.com/containerd/containerd/issues/12683 - tmp="$(realpath --relative-to=etc etc/passwd)" - rm -f etc/passwd - cp "$tmp" etc/passwd + # tmp="$(realpath --relative-to=etc etc/passwd)" + # rm -f etc/passwd + # cp "$tmp" etc/passwd - tmp="$(realpath --relative-to=etc etc/group)" - rm -f etc/group - cp "$tmp" etc/group + # tmp="$(realpath --relative-to=etc etc/group)" + # rm -f etc/group + # cp "$tmp" etc/group ''; fakeRootCommands = '' chmod u=rwxt,u=rwx,o=rwx tmp -- 2.51.2