From bb8ed7a9cfabd3d85f2e23053fef6171abbb229e Mon Sep 17 00:00:00 2001 From: chn Date: Tue, 7 Oct 2025 14:03:45 +0800 Subject: [PATCH] Reapply "Reapply "devices.pc: switch back to vps6 xserver"" This reverts commit daa85afb611860b4f4fee293800a4d63309e35e0. --- devices/pc/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 5f25730c..8fb19886 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -104,8 +104,5 @@ 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"; }; }