marukuru/deployer: add rsync
This commit is contained in:
parent
03e5dbd72e
commit
b90d0bb99d
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ in {
|
||||||
chmod -R u=rwX,go= /srv/gitlab-runner/.ssh
|
chmod -R u=rwX,go= /srv/gitlab-runner/.ssh
|
||||||
'';
|
'';
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim rxvt_unicode.terminfo
|
vim rxvt_unicode.terminfo rsync
|
||||||
depot.nix.pkgs.heptapod-runner-mercurial
|
depot.nix.pkgs.heptapod-runner-mercurial
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue