hydra: add openssh to hydra

This commit is contained in:
Astro 2022-06-01 00:16:12 +02:00
parent 55abaaf9a7
commit a66f9c650c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
# branch to be picked up by Hydra.
systemd.services.updater = {
wantedBy = [ "multi-user.target" ];
path = with pkgs; [ git nixFlakes curl ];
path = with pkgs; [ git nixFlakes curl openssh ];
script = ''
git config --global user.email "astro@spaceboyz.net"
git config --global user.name "Astrobot"