This commit is contained in:
2025-07-24 00:33:11 +03:00
parent 333b4f8549
commit 0bf9fc844a
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# My
zeroq.url = "path:./modules/zeroq"; # flake of variables
zeroq-credentials.url = "git+ssh://git@github.com/oqyude/zeroq-credentials.git"; # flake of variables
zeroq-credentials.url = "git+ssh://git@github.com/oqyude/zeroq-credentials.git"; # flake of creds
zapret.url = "github:oqyude/zapret-easyflake"; # stupid flake of zapret
# nixpkgs
+1 -2
View File
@@ -8,8 +8,7 @@
{
services.xray = {
enable = true;
settings = import "${inputs.zeroq-credentials}/services/xray/config.nix";
#settingsFile = "/etc/xray/config.json";
settings = inputs.zeroq-credentials.services.xray;
};
networking.firewall = {