mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09: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,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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue