fix: nixosModules.zapret: collision with nixpkgs module
This commit is contained in:
parent
abd93dcbb2
commit
54a5884259
@ -11,7 +11,7 @@
|
||||
./services/qbittorrent-nox.nix
|
||||
./services/spoofdpi.nix
|
||||
# ISSUE: collision with nixos module zapret
|
||||
#./services/zapret.nix
|
||||
./services/zapret.nix
|
||||
./services/conduit.nix
|
||||
];
|
||||
|
||||
|
@ -17,6 +17,8 @@ with lib; let
|
||||
(lib.splitString "\n" (lib.removeSuffix "\n" str))))
|
||||
);
|
||||
in {
|
||||
disabledModules = ["services/networking/zapret.nix"];
|
||||
|
||||
options.services.zapret = {
|
||||
enable = mkEnableOption "DPI bypass multi platform service";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user