From eeb84ae202aad36a561ad5198271a01f7122ca8d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 23 May 2021 21:15:32 +0200 Subject: core: unbreak nix sandbox-paths --- system-profiles/core.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system-profiles/core.nix b/system-profiles/core.nix index 49869e60..fd9245f8 100644 --- a/system-profiles/core.nix +++ b/system-profiles/core.nix @@ -59,6 +59,8 @@ in { sops-nix.flake = flakeInputs.sops-nix; nixos.flake = flake; }; + + sandboxPaths = lib.mkDefault [ "/bin/sh=${pkgs.busybox-sandbox-shell}/bin/busybox" ]; # aeeee44 }; users.mutableUsers = false; -- cgit v1.2.3