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"; }; }