Prevent garbage collection of deployed packages

This commit is contained in:
Sven Slootweg 2019-11-27 19:42:04 +01:00
parent ee00cec506
commit fc564e4eab
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -1 +1,2 @@
private
/private
.gcroots

2
deploy
View file

@ -1 +1 @@
SSH_USER=root morph deploy "$@" configuration/default.nix switch
SSH_USER=root morph --keep-result deploy "$@" configuration/default.nix switch