forked from mirrors/nixpkgs
google-instance-setup: add openssh to path
This commit is contained in:
parent
56f8b3626f
commit
0783efb41c
|
@ -117,7 +117,7 @@ in
|
|||
before = ["sshd.service"];
|
||||
wants = ["local-fs.target" "network-online.target" "network.target"];
|
||||
wantedBy = [ "sshd.service" "multi-user.target" ];
|
||||
path = with pkgs; [ ethtool ];
|
||||
path = with pkgs; [ ethtool openssh ];
|
||||
serviceConfig = {
|
||||
ExecStart = "${gce}/bin/google_instance_setup --debug";
|
||||
Type = "oneshot";
|
||||
|
|
Loading…
Reference in a new issue