iproute: deprecate alias

This commit is contained in:
Sandro Jäckel 2021-03-14 17:05:16 +01:00
parent dd9862ba98
commit 9378fdf87e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
71 changed files with 140 additions and 140 deletions

View file

@ -110,7 +110,7 @@ in
systemd.services.google-network-daemon = {
description = "Google Compute Engine Network Daemon";
after = [ "network-online.target" "network.target" "google-instance-setup.service" ];
path = with pkgs; [ iproute ];
path = with pkgs; [ iproute2 ];
serviceConfig = {
ExecStart = "${gce}/bin/google_network_daemon";
StandardOutput="journal+console";