useChroot -> useSandbox

This commit is contained in:
Eelco Dolstra 2017-02-21 15:21:56 +01:00
parent 1a57f499b0
commit 8d7c6644c5
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.