We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe23e4d commit c0c8efcCopy full SHA for c0c8efc
hosts/falaise/default.nix
@@ -49,13 +49,13 @@
49
}
50
51
{
52
- address = "2602:fbcf:df::1";
53
- prefixLength = 48;
54
- }
55
- {
56
- address = "2602:fbcf:d9::1";
57
58
+ address = "2602:fbcf:df::1";
+ prefixLength = 48;
+ }
+ {
+ address = "2602:fbcf:d9::1";
59
];
60
};
61
hosts/kier/default.nix
@@ -28,7 +28,7 @@
28
address = "2602:fc26:12:1::38";
29
prefixLength = 48;
30
31
-
+
32
33
address = "2602:fbcf:df::1";
34
0 commit comments