move beta to it's own zone

This commit is contained in:
2023-12-16 00:20:17 +02:00
parent 605142d713
commit 84be8520dd
4 changed files with 35 additions and 19 deletions

View File

@@ -80,6 +80,7 @@
interfaces = ["0.0.0.0" "::"];
zones = {
"jakstys.lt.".data = myData.jakstysLTZone;
"beta.jakstys.lt.".data = myData.betaJakstysLTZone;
};
};

View File

@@ -488,6 +488,7 @@
interfaces = ["0.0.0.0" "::"];
zones = {
"jakstys.lt.".data = myData.jakstysLTZone;
"beta.jakstys.lt.".data = myData.betaJakstysLTZone;
};
};
@@ -638,7 +639,10 @@
};
};
environment.systemPackages = with pkgs; [geoipWithDatabase];
environment.systemPackages = with pkgs; [
imapsync
geoipWithDatabase
];
networking = {
hostId = "f9117e1b";