Remove tradebyte stuff

This commit is contained in:
Jakob Lechner 2024-05-15 07:16:43 +00:00
parent 9051f49700
commit 4ab80690bd
10 changed files with 1 additions and 492 deletions

View file

@ -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