diff options
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 = { |
