1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

useChroot -> useSandbox

(cherry picked from commit 8d7c6644c5)
This commit is contained in:
Eelco Dolstra 2017-02-21 15:21:56 +01:00
parent 201ad43d1a
commit 206b61b074
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -14,7 +14,7 @@ let
{ services.openssh.enable = true;
virtualisation.writableStore = true;
nix.package = nix;
nix.useChroot = true;
nix.useSandbox = true;
};
# Trivial Nix expression to build remotely.