This commit is contained in:
2025-07-24 00:31:09 +03:00
parent 553ed61e34
commit 333b4f8549
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@
# Extras # Extras
plasma-manager = "nix run github:nix-community/plasma-manager"; plasma-manager = "nix run github:nix-community/plasma-manager";
pip2nix = "nix run github:nix-community/pip2nix -- generate -r"; # https://github.com/nix-community/pip2nix pip2nix = "nix run github:nix-community/pip2nix -- generate -r"; # https://github.com/nix-community/pip2nix
json2nix = "nix run github:sempruijs/json2nix";
}; };
}; };
} }
+1 -1
View File
@@ -8,7 +8,7 @@
{ {
services.xray = { services.xray = {
enable = true; enable = true;
settings = "${inputs.zeroq-credentials.services.xray}"; settings = import "${inputs.zeroq-credentials}/services/xray/config.nix";
#settingsFile = "/etc/xray/config.json"; #settingsFile = "/etc/xray/config.json";
}; };