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/truite/home.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 machines/truite/home.nix (limited to 'machines/truite/home.nix') diff --git a/machines/truite/home.nix b/machines/truite/home.nix new file mode 100644 index 0000000..8f27ed2 --- /dev/null +++ b/machines/truite/home.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + imports = [ + ../../modules/home/common.nix + ]; + + home.stateVersion = "25.05"; +} -- cgit 1.4.1