diff options
| -rw-r--r-- | srv/h-alpha/hardware-configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srv/h-alpha/hardware-configuration.nix b/srv/h-alpha/hardware-configuration.nix index c59f5a7..8868ede 100644 --- a/srv/h-alpha/hardware-configuration.nix +++ b/srv/h-alpha/hardware-configuration.nix @@ -27,8 +27,8 @@ systemd.network.networks."30-wan" = { matchConfig.Name = "enp1s0"; addresses = [ - "2a01:4f9:c012:5dd3::/64" - "65.21.54.251" + { Address = "65.21.54.251"; } + { Address = "2a01:4f9:c012:5dd3::/64"; } ]; routes = [ |
