From 385518be3d4d8510b6df5e82ef96209209da56c2 Mon Sep 17 00:00:00 2001
From: Julien Malka <julien@malka.sh>
Date: Fri, 2 Aug 2024 16:17:11 +0200
Subject: [PATCH] chore: update akhaten vpn ip

---
 lib/luj.nix                            |   2 +-
 secrets/forgejo_runners-token_file.age | Bin 0 -> 253 bytes
 secrets/secrets.nix                    |   1 +
 3 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 secrets/forgejo_runners-token_file.age

diff --git a/lib/luj.nix b/lib/luj.nix
index 812bc98..0835e3f 100644
--- a/lib/luj.nix
+++ b/lib/luj.nix
@@ -64,7 +64,7 @@ let
             hm_version = inputs.home-manager-unstable;
             ipv4 = {
               public = "163.172.91.82";
-              vpn = "100.100.45.32";
+              vpn = "100.100.45.33";
             };
           };
 
diff --git a/secrets/forgejo_runners-token_file.age b/secrets/forgejo_runners-token_file.age
new file mode 100644
index 0000000000000000000000000000000000000000..5e908650395c8f00963f47f033c072571d645df4
GIT binary patch
literal 253
zcmV<Z00RGEXJsvAZewzJaCB*JZZ2<fXD@a!3N1b$b8~1dWn?lnH8D9LL2+0zbY~z%
zP%kr9bWdwYPcKezGfZhQGi^kAF*!ndZBa-~Ib>FBHZ*rQcUf|9ZgUDmVpDBNSwmV>
za8YqGO>%ibOmt^BIZty^a5G3!Y%g#}VN^$RZbML2T5}35EiE8wIX5qGL2G9;LU46&
zF*Ri}V{$TaFHSXiWiT)@Gc-XtS7T~uaZ6!hV{Z!5L*RcPz?%^?*~0HvfbrZE9-xc}
zF_y^UeBJ=5Nrq2;dQO*3$D?R6C`D%jA>@3KEtJWbKG+&&(}zfCejR4^`@p$)3}ij?
D0-Idy

literal 0
HcmV?d00001

diff --git a/secrets/secrets.nix b/secrets/secrets.nix
index f6161cd..5896d56 100644
--- a/secrets/secrets.nix
+++ b/secrets/secrets.nix
@@ -71,4 +71,5 @@ in
     lisa
     tower
   ];
+  "forgejo_runners-token_file.age".publicKeys = [ tower ];
 }