From 46f5b502625402b130a23b3f25d6c4395c154806 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 3 Oct 2025 18:24:28 +0200 Subject: Rename Russian VPN server "zibeline" into "truite" I think when all our VPN server names start with a "T", it looks pretty nice! If you didn't notice: The "T" stands for "Tunnel"! :) Signed-off-by: Mel --- machines/zibeline/default.nix | 51 ------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 machines/zibeline/default.nix (limited to 'machines/zibeline/default.nix') diff --git a/machines/zibeline/default.nix b/machines/zibeline/default.nix deleted file mode 100644 index 9670da2..0000000 --- a/machines/zibeline/default.nix +++ /dev/null @@ -1,51 +0,0 @@ -{ me, machines, ... }: - -{ - imports = [ - ../../modules/common.nix - - ./hardware.nix - ./devices.nix - ]; - - foundation = { - www = { - enable = true; - - public = true; - tailnet = false; - }; - - monitoring = { - client.enable = true; - services = [ - "base" - "tailnet" - ]; - }; - - wireguard.server = { - enable = true; - externalInterface = "eth0"; - - peers = { - mel = { - key = "vnZoHXapCLLUhZ8A8R5W0iJ8LpWVLve29z41kkoT0BU="; - ip = 2; - }; - - andrei = { - key = "qqU4uYImLfUohIwl4KBshPtTINFcs0JVALjbmwpfxRg="; - ip = 3; - }; - - sergo = { - key = "qbZGMNIDZFCJC6SHtlyNIlIdGWHELceXClJCcagrj2Y="; - ip = 4; - }; - }; - }; - }; - - system.stateVersion = "25.05"; -} -- cgit 1.4.1