google-instance-setup: add openssh to path

This commit is contained in:
Rob Vermaas 2017-09-15 10:43:09 +00:00
parent 56f8b3626f
commit 0783efb41c
No known key found for this signature in database
GPG key ID: E114A5F264A8AE8E

View file

@ -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";