From e6552380fce642cfab9f0001ce827b07c9ff890c Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Fri, 24 Nov 2023 16:55:04 +0100 Subject: [PATCH] tower: switch to unstable --- lib/luj.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/luj.nix b/lib/luj.nix index 558644b..f1f11c6 100644 --- a/lib/luj.nix +++ b/lib/luj.nix @@ -69,8 +69,8 @@ inputs: lib: with lib; let tower = { inherit tld; arch = "x86_64-linux"; - nixpkgs_version = inputs.nixpkgs; - hm_version = inputs.home-manager; + nixpkgs_version = inputs.unstable; + hm_version = inputs.home-manager-unstable; 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"; };