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