mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore: add proxmox-nixos domain
This commit is contained in:
parent
2daf7617ea
commit
c4ea87531d
1 changed files with 12 additions and 0 deletions
12
lib/luj.nix
12
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" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue