bvm-nixosmgmt: add openssh to path

This commit is contained in:
Luke Granger-Brown 2021-04-10 22:35:53 +00:00
parent e088dac620
commit c398482f7b

View file

@ -25,6 +25,7 @@
user = "deployer";
pathPackages = with pkgs; [
depot.nix.pkgs.mercurial
openssh
];
};