mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-09 02:19:06 +02:00
chore: rewrite ips meta
This commit is contained in:
parent
cc59392716
commit
224a0dcd24
11 changed files with 46 additions and 63 deletions
|
@ -10,13 +10,11 @@
|
|||
arch = "x86_64-linux";
|
||||
nixpkgs_version = inputs.nixpkgs;
|
||||
hm_version = inputs.home-manager;
|
||||
ipv4 = {
|
||||
public = "212.129.40.11";
|
||||
vpn = "100.100.45.12";
|
||||
};
|
||||
ipv6 = {
|
||||
public = "2a01:e0a:5f9:9681:5880:c9ff:fe9f:3dfb";
|
||||
vpn = "fd7a:115c:a1e0::c";
|
||||
ips = {
|
||||
public.ipv4 = "212.129.40.11";
|
||||
vpn.ipv4 = "100.100.45.12";
|
||||
public.ipv6 = "2a01:e0a:5f9:9681:5880:c9ff:fe9f:3dfb";
|
||||
vpn.ipv6 = "fd7a:115c:a1e0::c";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue