Skip to content

Commit

Permalink
google-instance-setup: add openssh to path
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Sep 15, 2017
1 parent 56f8b36 commit 0783efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/virtualisation/google-compute-image.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 0783efb

Please sign in to comment.