mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-12 13:53:12 +02:00
update machines
This commit is contained in:
parent
e1ded09494
commit
735fdfb8bd
1 changed files with 11 additions and 5 deletions
|
@ -95,6 +95,12 @@ inputs: lib: with lib; let
|
||||||
ipv6 = { public = "2a01:e34:ec2a:8e60:6b86:c2c:2141:6702"; };
|
ipv6 = { public = "2a01:e34:ec2a:8e60:6b86:c2c:2141:6702"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
doma-zulip = {
|
||||||
|
inherit tld;
|
||||||
|
subdomains = [ "zulip.julienmalka.me" ];
|
||||||
|
ipv4 = { local = "192.168.0.250"; };
|
||||||
|
};
|
||||||
|
|
||||||
pve1 = {
|
pve1 = {
|
||||||
inherit tld;
|
inherit tld;
|
||||||
ipv4 = { public = "78.194.168.230"; local = "192.168.1.1"; vpn = "100.100.45.3"; };
|
ipv4 = { public = "78.194.168.230"; local = "192.168.1.1"; vpn = "100.100.45.3"; };
|
||||||
|
|
Loading…
Add table
Reference in a new issue