From c4ea87531d256ade4dee6b30f63440eb497cca8e Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Mon, 24 Jun 2024 13:06:04 +0200 Subject: [PATCH] chore: add proxmox-nixos domain --- lib/luj.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/luj.nix b/lib/luj.nix index a5e1d10..6606cde 100644 --- a/lib/luj.nix +++ b/lib/luj.nix @@ -187,6 +187,18 @@ let }; }; + proxmox-nixos-infra = { + inherit tld; + subdomains = [ "proxmox-nixos-update-logs.saumon.network" ]; + ipv4 = { + public = "82.67.34.230"; + local = "192.168.0.177"; + }; + ipv6 = { + public = "2a01:e0a:de4:a0e1:eb2:caa1::78"; + }; + }; + doma-zulip = { inherit tld; subdomains = [ "zulip.julienmalka.me" ];