mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user