summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles')
-rw-r--r--system-profiles/core.nix2
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;