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
|
@ -10,15 +10,12 @@
|
|||
arch = "aarch64-linux";
|
||||
nixpkgs_version = inputs.nixpkgs;
|
||||
hm_version = inputs.home-manager;
|
||||
ipv4 = {
|
||||
public = "141.145.197.219";
|
||||
vpn = "100.100.45.13";
|
||||
ips = {
|
||||
public.ipv4 = "141.145.197.219";
|
||||
vpn.ipv4 = "100.100.45.13";
|
||||
public.ipv6 = "2603:c027:c001:89aa:aad9:34b3:f3c9:924f";
|
||||
vpn.ipv6 = "fd7a:115c:a1e0::d";
|
||||
};
|
||||
ipv6 = {
|
||||
public = "2603:c027:c001:89aa:aad9:34b3:f3c9:924f";
|
||||
vpn = "fd7a:115c:a1e0::d";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue