From fe19a5bef8ce67049c0a4007f8cee504dd2d2961 Mon Sep 17 00:00:00 2001 From: chn Date: Sat, 4 Oct 2025 12:51:34 +0800 Subject: [PATCH] Revert "devices.pc: switch back to vps6 xserver" This reverts commit cfbdfbb8567df366cf8cc04b6160d14ab6f7b095. --- devices/pc/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 8f26c330..25b0df77 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -104,5 +104,8 @@ inputs: # 解决有时蓝牙不能使用的问题 boot.kernelParams = [ "mt7925e.disable_aspm=1" ]; specialisation.niri.configuration.nixos.system.gui.implementation = "niri"; + nixos.services.xray.client.xray.serverName = "xserver2.vps4.chn.moe"; + specialisation.xray-vps6.configuration.nixos.services.xray.client.xray.serverName = + inputs.lib.mkForce "xserver2.chn.moe"; }; }