From 9ca21e583f14ac3c8c5c1a691363e97d6507d2ff Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Sun, 2 Apr 2023 16:17:47 +0200 Subject: [PATCH] IP for `oneplus6t` --- lib/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/default.nix b/lib/default.nix index 8f38faf..05fdb4d 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -12,5 +12,6 @@ ips = { mothership = "10.100.0.1"; thinkpad = "10.100.0.2"; + oneplus6t = "10.100.0.3"; }; }