bvm-nixosmgmt: add openssh to path
This commit is contained in:
parent
e088dac620
commit
c398482f7b
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
user = "deployer";
|
user = "deployer";
|
||||||
pathPackages = with pkgs; [
|
pathPackages = with pkgs; [
|
||||||
depot.nix.pkgs.mercurial
|
depot.nix.pkgs.mercurial
|
||||||
|
openssh
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue