mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
iproute: deprecate alias
This commit is contained in:
parent
dd9862ba98
commit
9378fdf87e
71 changed files with 140 additions and 140 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue