mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
1323
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
# My
|
# My
|
||||||
zeroq.url = "path:./modules/zeroq"; # flake of variables
|
zeroq.url = "path:./modules/zeroq"; # flake of variables
|
||||||
|
zeroq-credentials.url = "github:oqyude/zeroq-credentials"; # flake of variables
|
||||||
zapret.url = "github:oqyude/zapret-easyflake"; # stupid flake of zapret
|
zapret.url = "github:oqyude/zapret-easyflake"; # stupid flake of zapret
|
||||||
|
|
||||||
# nixpkgs
|
# nixpkgs
|
||||||
|
|||||||
@@ -8,7 +8,8 @@
|
|||||||
{
|
{
|
||||||
services.xray = {
|
services.xray = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settingsFile = "/etc/xray/config.json";
|
settings = "${inputs.zeroq-credentials.services.xray}";
|
||||||
|
#settingsFile = "/etc/xray/config.json";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
|
|||||||
Reference in New Issue
Block a user