Compare commits
2 commits
15e00efe3e
...
601a742cd2
Author | SHA1 | Date | |
---|---|---|---|
601a742cd2 | |||
6cd501571e |
2 changed files with 1 additions and 7 deletions
|
@ -6,13 +6,6 @@ in {
|
||||||
options.sisyphus.networking.openconnect-sso.enable = lib.mkEnableOption "OpenConnect SSO";
|
options.sisyphus.networking.openconnect-sso.enable = lib.mkEnableOption "OpenConnect SSO";
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
nixpkgs = {
|
|
||||||
config.permittedInsecurePackages = [
|
|
||||||
"python3.10-requests-2.28.2"
|
|
||||||
"python3.10-cryptography-40.0.1"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
inputs.openconnect-sso.packages.${config.nixpkgs.localSystem.system}.default
|
inputs.openconnect-sso.packages.${config.nixpkgs.localSystem.system}.default
|
||||||
];
|
];
|
||||||
|
|
|
@ -64,6 +64,7 @@ in {
|
||||||
brave
|
brave
|
||||||
chafa # Terminal image viewer
|
chafa # Terminal image viewer
|
||||||
duf # Df alternative
|
duf # Df alternative
|
||||||
|
foot
|
||||||
fzf
|
fzf
|
||||||
glow # Terminal Markdown renderer
|
glow # Terminal Markdown renderer
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
|
|
Loading…
Reference in a new issue