mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 18:20:52 +02:00
tower: switch to unstable
This commit is contained in:
parent
556cdf0956
commit
e6552380fc
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ inputs: lib: with lib; let
|
||||||
tower = {
|
tower = {
|
||||||
inherit tld;
|
inherit tld;
|
||||||
arch = "x86_64-linux";
|
arch = "x86_64-linux";
|
||||||
nixpkgs_version = inputs.nixpkgs;
|
nixpkgs_version = inputs.unstable;
|
||||||
hm_version = inputs.home-manager;
|
hm_version = inputs.home-manager-unstable;
|
||||||
ipv4 = { public = "82.67.34.230"; local = "192.168.0.103"; vpn = "100.100.45.9"; };
|
ipv4 = { public = "82.67.34.230"; local = "192.168.0.103"; vpn = "100.100.45.9"; };
|
||||||
ipv6 = { public = "2a01:e0a:de4:a0e1:8ec7:b5d2:f663:a67a"; vpn = "fd7a:115c:a1e0::9"; };
|
ipv6 = { public = "2a01:e0a:de4:a0e1:8ec7:b5d2:f663:a67a"; vpn = "fd7a:115c:a1e0::9"; };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue