Switch sites from single file to multiple.

This commit is contained in:
2021-11-22 10:34:31 -08:00
parent f8636e5a2e
commit 3787e44f2c
11 changed files with 90 additions and 109 deletions
+8
View File
@@ -0,0 +1,8 @@
{
gateway-v4 = "10.0.0.1";
nameservers = [ "10.0.0.1" ];
network = "10.0.0.0/16";
dynamic-network = "10.0.1.0/24";
timezone = "America/Winnipeg";
mail-server = "mail.fudo.org";
}