Compare commits
No commits in common. "601a742cd23f278de7c5d1145fadc8b62d5eb29c" and "15e00efe3e5d9ea77075ebd11267306af9b9d6c0" have entirely different histories.
601a742cd2
...
15e00efe3e
2 changed files with 7 additions and 1 deletions
|
@ -6,6 +6,13 @@ 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
|
||||
];
|
||||
|
|
|
@ -64,7 +64,6 @@ in {
|
|||
brave
|
||||
chafa # Terminal image viewer
|
||||
duf # Df alternative
|
||||
foot
|
||||
fzf
|
||||
glow # Terminal Markdown renderer
|
||||
jellyfin-media-player
|
||||
|
|
Loading…
Reference in a new issue