mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
chore: rewrite ips meta
This commit is contained in:
parent
cc59392716
commit
224a0dcd24
11 changed files with 46 additions and 63 deletions
|
@ -12,14 +12,12 @@
|
|||
arch = "x86_64-linux";
|
||||
nixpkgs_version = inputs.nixpkgs;
|
||||
hm_version = inputs.home-manager;
|
||||
ipv4 = {
|
||||
public = "82.67.34.230";
|
||||
local = "192.168.0.90";
|
||||
vpn = "100.100.45.24";
|
||||
};
|
||||
ipv6 = {
|
||||
public = "2a01:e0a:de4:a0e1:eb2:aaaa::45";
|
||||
vpn = "fd7a:115c:a1e0::18";
|
||||
ips = {
|
||||
public.ipv4 = "82.67.34.230";
|
||||
local.ipv4 = "192.168.0.90";
|
||||
vpn.ipv4 = "100.100.45.24";
|
||||
public.ipv6 = "2a01:e0a:de4:a0e1:eb2:aaaa::45";
|
||||
vpn.ipv6 = "fd7a:115c:a1e0::18";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue