diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-23 21:15:32 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-23 21:15:32 +0200 |
commit | eeb84ae202aad36a561ad5198271a01f7122ca8d (patch) | |
tree | 081c3d250845b33d2aafc51acfc5f2265d9fcceb | |
parent | d1a19ca964438013535a43c7eefc246b68fb69d4 (diff) | |
download | nixos-eeb84ae202aad36a561ad5198271a01f7122ca8d.tar nixos-eeb84ae202aad36a561ad5198271a01f7122ca8d.tar.gz nixos-eeb84ae202aad36a561ad5198271a01f7122ca8d.tar.bz2 nixos-eeb84ae202aad36a561ad5198271a01f7122ca8d.tar.xz nixos-eeb84ae202aad36a561ad5198271a01f7122ca8d.zip |
core: unbreak nix sandbox-paths
-rw-r--r-- | system-profiles/core.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 { | |||
59 | sops-nix.flake = flakeInputs.sops-nix; | 59 | sops-nix.flake = flakeInputs.sops-nix; |
60 | nixos.flake = flake; | 60 | nixos.flake = flake; |
61 | }; | 61 | }; |
62 | |||
63 | sandboxPaths = lib.mkDefault [ "/bin/sh=${pkgs.busybox-sandbox-shell}/bin/busybox" ]; # aeeee44 | ||
62 | }; | 64 | }; |
63 | 65 | ||
64 | users.mutableUsers = false; | 66 | users.mutableUsers = false; |