google-compute-config.nix: add coreutils to google-instance-setup's $PATH
It executes bin/google_set_multiqueue which will execute basename
This commit is contained in:
parent
10f5f8c5d8
commit
d658dd4ce0
@ -73,7 +73,7 @@ in
|
|||||||
description = "Google Compute Engine Instance Setup";
|
description = "Google Compute Engine Instance Setup";
|
||||||
after = [ "network-online.target" "network.target" "rsyslog.service" ];
|
after = [ "network-online.target" "network.target" "rsyslog.service" ];
|
||||||
before = [ "sshd.service" ];
|
before = [ "sshd.service" ];
|
||||||
path = with pkgs; [ ethtool openssh ];
|
path = with pkgs; [ coreutils ethtool openssh ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${gce}/bin/google_instance_setup";
|
ExecStart = "${gce}/bin/google_instance_setup";
|
||||||
StandardOutput="journal+console";
|
StandardOutput="journal+console";
|
||||||
|
Loading…
Reference in New Issue
Block a user