wireguard: add newline at the end
Graham Christensen committed
Apr 26, 2019 at 08:38 UTC
322321040de72dd85a378c60f7271eaba0944b10
1 file changed
+2
-2
modules/wireguard.nix
+2
-2
@@ -8,7 +8,7 @@ let
8
port = 51820;
9
publicKey = "nG7I9gegJIynKOZ6tzpvmLdCZ/xScTgRZeFvYLFyil4=";
10
};
11
-
11
+
12
mac1 = {
13
ip = "10.254.2.1";
14
publicKey = "IiGbZ3l+IYWP/nOjPBhUL0oBh2XJAtUD5DToM9FhTTE=";
@@ -69,4 +69,4 @@ in lib.mkMerge [
69
) (peerable config.networking.hostName);
70
};
71
}
72
-]
\ No newline at end of file
72
+]