aboutsummaryrefslogtreecommitdiff
path: root/nixos/general.nix
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2024-12-27 00:57:06 +0300
committerspl3g <spleefer6@yandex.ru>2025-05-01 14:58:57 +0300
commit333d8401b6af3e6212d8c3523a035d2b40343406 (patch)
tree98d24ccd1076aa123e1728e59c176439df85f4d0 /nixos/general.nix
parent3540605402c34c601341b6b68e76171d112637eb (diff)
fix: replace v2raya core override with a proper option
Diffstat (limited to 'nixos/general.nix')
-rw-r--r--nixos/general.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/general.nix b/nixos/general.nix
index 681d26f..e4355ca 100644
--- a/nixos/general.nix
+++ b/nixos/general.nix
@@ -87,7 +87,10 @@
home-manager
];
- services.v2raya.enable = true;
+ services.v2raya = {
+ enable = true;
+ cliPackage = pkgs.xray;
+ };
fonts = {
packages = with pkgs; [