From 63ecd2d0ab029f9e0a497a6ca919cdc4568a3f2c Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 15 May 2021 19:38:46 +0000 Subject: [PATCH] swann: metric is a string field --- ops/nixos/swann/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/nixos/swann/default.nix b/ops/nixos/swann/default.nix index 160748e037..996a1399f6 100644 --- a/ops/nixos/swann/default.nix +++ b/ops/nixos/swann/default.nix @@ -49,7 +49,7 @@ in { { address = "2a02:88fd:f:d::2"; prefixLength = 64; } ]; ipv6.routes = [ - { address = "2a02:88fd:f:d::"; prefixLength = 64; options.metric = 100; } + { address = "2a02:88fd:f:d::"; prefixLength = 64; options.metric = "100"; } ]; }; };