summary refs log tree commit diff
path: root/nixos/modules/tasks/network-interfaces-systemd.nix
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2019-05-11 13:48:48 +0200
committerAndreas Rammhold <andreas@rammhold.de>2019-06-03 15:05:17 +0200
commit1b7b1dbe2f88a3c8f0c5416d4e43de10977915cc (patch)
tree6e84deb79038508fbdac62057eb0c4595c66e7e8 /nixos/modules/tasks/network-interfaces-systemd.nix
parentd600da70457a8ca8d9543eb48b73e7c5eae1656f (diff)
downloadnixpkgs-1b7b1dbe2f88a3c8f0c5416d4e43de10977915cc.tar
nixpkgs-1b7b1dbe2f88a3c8f0c5416d4e43de10977915cc.tar.gz
nixpkgs-1b7b1dbe2f88a3c8f0c5416d4e43de10977915cc.tar.bz2
nixpkgs-1b7b1dbe2f88a3c8f0c5416d4e43de10977915cc.tar.lz
nixpkgs-1b7b1dbe2f88a3c8f0c5416d4e43de10977915cc.tar.xz
nixpkgs-1b7b1dbe2f88a3c8f0c5416d4e43de10977915cc.tar.zst
nixpkgs-1b7b1dbe2f88a3c8f0c5416d4e43de10977915cc.zip
nixos/networkd: rename GatewayOnlink to GatewayOnLink
This follows upstreams renaming of the option [1].

[1] https://github.com/systemd/systemd/commit/9cb8c5593443d24c19e40bfd4fc06d672f8c554c
Diffstat (limited to 'nixos/modules/tasks/network-interfaces-systemd.nix')
-rw-r--r--nixos/modules/tasks/network-interfaces-systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/network-interfaces-systemd.nix b/nixos/modules/tasks/network-interfaces-systemd.nix
index b9c1387cea5..857aaf1e6e3 100644
--- a/nixos/modules/tasks/network-interfaces-systemd.nix
+++ b/nixos/modules/tasks/network-interfaces-systemd.nix
@@ -63,7 +63,7 @@ in
               {
                 routeConfig = {
                   Gateway = gateway;
-                  GatewayOnlink = false;
+                  GatewayOnLink = false;
                 };
               }
             ];