chore: rewrite ips meta

This commit is contained in:
Luj 2024-08-12 18:12:00 +02:00
parent cc59392716
commit 224a0dcd24
Signed by: luj
GPG key ID: 6FC74C847011FD83
11 changed files with 46 additions and 63 deletions

View file

@ -10,9 +10,9 @@
arch = "x86_64-linux";
nixpkgs_version = inputs.unstable;
hm_version = inputs.home-manager-unstable;
ipv4 = {
public = "163.172.91.82";
vpn = "100.100.45.33";
ips = {
public.ipv4 = "163.172.91.82";
vpn.ipv4 = "100.100.45.33";
};
};