mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
feat: intro nuage
This commit is contained in:
parent
c3992be32c
commit
39f69745ed
1 changed files with 4 additions and 1 deletions
|
@ -161,13 +161,16 @@ let
|
|||
|
||||
nuage = {
|
||||
inherit tld;
|
||||
subdomains = [ "nuage.malka.family" ];
|
||||
nixpkgs_version = inputs.nixpkgs;
|
||||
hm_version = inputs.home-manager;
|
||||
ipv4 = {
|
||||
public = "82.67.34.230";
|
||||
local = "192.168.0.101";
|
||||
vpn = "100.100.45.28";
|
||||
};
|
||||
ipv6 = {
|
||||
public = "2a01:e0a:de4:a0e1:95c9:b2e2:e999:1a45";
|
||||
vpn = "fd7a:115c:a1e0::1c";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue