diff options
| author | Mel <einebeere@gmail.com> | 2024-12-26 16:05:49 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-26 16:05:49 +0100 |
| commit | 98cdef36e124b0b5ae90021a92408bb7899660c2 (patch) | |
| tree | 4f99064f4f599ee5ba84f2984fd2bb827c6a07b8 /machines | |
| parent | 469093bfab77c5acac693dc38f652e671e0ba2bd (diff) | |
| download | network-98cdef36e124b0b5ae90021a92408bb7899660c2.tar.zst network-98cdef36e124b0b5ae90021a92408bb7899660c2.zip | |
Fix 24.11 deprecations
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/lapin/devices.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/lapin/devices.nix b/machines/lapin/devices.nix index 7410f57..4fc9610 100644 --- a/machines/lapin/devices.nix +++ b/machines/lapin/devices.nix @@ -22,7 +22,7 @@ name = "enp1s0"; DHCP = "ipv4"; address = [ "2a01:4f8:c012:9493::1" ]; - routes = [ { routeConfig.Gateway = "fe80::1"; } ]; + routes = [ { Gateway = "fe80::1"; } ]; }; services.resolved = { |
