Compare commits

...

2 commits

Author SHA1 Message Date
601a742cd2 [foot] Add package 2024-03-08 15:38:48 +01:00
6cd501571e [openconnect-sso] Remove insecure 2024-03-08 15:38:32 +01:00
2 changed files with 1 additions and 7 deletions

View file

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

View file

@ -64,6 +64,7 @@ in {
brave
chafa # Terminal image viewer
duf # Df alternative
foot
fzf
glow # Terminal Markdown renderer
jellyfin-media-player