bind: add missing rsync for ci

This commit is contained in:
Sandro - 2023-11-08 21:14:58 +01:00
parent 8300ee0572
commit 30ca8fb650
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 9 additions and 4 deletions

View File

@ -21,10 +21,15 @@ in
deployment.server = "server10";
};
environment.etc.gitconfig.text = ''
[url "gitea@gitea.c3d2.de:"]
insteadOf = https://gitea.c3d2.de/
'';
environment = {
etc.gitconfig.text = ''
[url "gitea@gitea.c3d2.de:"]
insteadOf = https://gitea.c3d2.de/
'';
systemPackages = with pkgs; [
rsync # used in drone CI
];
};
networking = {
hostName = "bind";