mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
# Extras
|
||||
plasma-manager = "nix run github:nix-community/plasma-manager";
|
||||
pip2nix = "nix run github:nix-community/pip2nix -- generate -r"; # https://github.com/nix-community/pip2nix
|
||||
json2nix = "nix run github:sempruijs/json2nix";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
{
|
||||
services.xray = {
|
||||
enable = true;
|
||||
settings = "${inputs.zeroq-credentials.services.xray}";
|
||||
settings = import "${inputs.zeroq-credentials}/services/xray/config.nix";
|
||||
#settingsFile = "/etc/xray/config.json";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user