[openconnect-sso] Remove insecure
This commit is contained in:
parent
15e00efe3e
commit
6cd501571e
1 changed files with 0 additions and 7 deletions
|
@ -6,13 +6,6 @@ in {
|
|||
options.sisyphus.networking.openconnect-sso.enable = lib.mkEnableOption "OpenConnect SSO";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
nixpkgs = {
|
||||
config.permittedInsecurePackages = [
|
||||
"python3.10-requests-2.28.2"
|
||||
"python3.10-cryptography-40.0.1"
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.openconnect-sso.packages.${config.nixpkgs.localSystem.system}.default
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue