Remove tradebyte stuff
This commit is contained in:
parent
9051f49700
commit
4ab80690bd
10 changed files with 1 additions and 492 deletions
|
|
@ -30,21 +30,7 @@
|
|||
config = prev.config;
|
||||
};
|
||||
})
|
||||
]
|
||||
# Tradebyte access points use legacy crypto
|
||||
++ lib.optional config.jalr.tradebyte.enable (
|
||||
final: prev:
|
||||
let
|
||||
inherit (prev) callPackage;
|
||||
in
|
||||
{
|
||||
wpa_supplicant = prev.wpa_supplicant.overrideAttrs (attrs: {
|
||||
patches = attrs.patches ++ [
|
||||
./wpa_supplicant/SSL_CTX_set_options-SSL_OP_LEGACY_SERVER_CONNECT.patch
|
||||
];
|
||||
});
|
||||
}
|
||||
);
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
cached-nix-shell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue