aboutsummaryrefslogtreecommitdiff
path: root/machines/test2
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2023-09-29 09:56:22 +0200
committerMax Audron <audron@cocaine.farm>2023-09-29 09:56:22 +0200
commit7e27762b60cebe86be1135680f2b5f3e193c398c (patch)
tree77d907063d69e485a202c4fbd64e2911a5be4527 /machines/test2
parenttest kubernetes deployment (diff)
merge diverged changes
Diffstat (limited to 'machines/test2')
-rw-r--r--machines/test2/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/machines/test2/default.nix b/machines/test2/default.nix
index 11af08d..9782600 100644
--- a/machines/test2/default.nix
+++ b/machines/test2/default.nix
@@ -1,6 +1,7 @@
{ config, lib, pkgs, ... }:
-{
+let endpoint = "140.82.37.154";
+in {
networking = {
domain = "vapor.systems";
hostName = "test2";
@@ -10,11 +11,11 @@
wireguard = {
enable = true;
+ inherit endpoint;
v4 = { address = "10.10.0.2"; };
v6 = { address = "2"; };
publicKey = "oV+exEWmcU3UHS6iSK4rnPZg57D0R84EVJKZyVmEdUc=";
allowedIPs = [ "10.102.5.0/24" "fd15:3d8c:d429:102:500::/72" ];
- endpoint = "140.82.37.154";
};
kubernetes = {
@@ -22,8 +23,7 @@
};
_module.args.nixinate = {
- host = "140.82.37.154";
- sshUser = "audron";
+ host = endpoint;
buildOn = "remote";
substituteOnTarget = true;
hermetic = false;
f28828b3448e031cc79c56ffa7a61db0f&follow=1'>add async docs to macro crate and bump versionMax Audron-9/+10 2021-10-20change hook errors to be logged as warningsMax Audron-3/+3 2021-10-20fix configuration not loading correctly on release buildsMax Audron-8/+23 2021-10-19replace sedregex crate8-rework-sedMax Audron-20/+358 2021-10-19add formatting trait for irc codesMax Audron-0/+129 2021-10-17fix links in readmeMax Audron-2/+2