mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
remove the entire temporary directory
This commit is contained in:
parent
3b8c7424d1
commit
4a86f8c9ab
@ -256,7 +256,7 @@ in
|
||||
else
|
||||
echo "Setup of ssh host keys from http://metadata.google.internal/computeMetadata/v1/instance/attributes/ failed."
|
||||
fi
|
||||
rm -f $SSH_HOST_KEYS_DIR/*
|
||||
rm -f $SSH_HOST_KEYS_DIR
|
||||
'';
|
||||
serviceConfig.Type = "oneshot";
|
||||
serviceConfig.RemainAfterExit = true;
|
||||
|
Loading…
Reference in New Issue
Block a user