From e8e30ce86142aaec0eeea5be0c9c3efd2f46d048 Mon Sep 17 00:00:00 2001 From: chn Date: Tue, 30 Sep 2025 15:36:15 +0800 Subject: [PATCH] devices.pc: switch to xray vps4 --- devices/pc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 5adefa95..e677fb66 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -99,5 +99,6 @@ 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"; }; }