Allow Citrix libsoup insecure package both globally and in home-manager user config
This commit is contained in:
parent
176a539757
commit
00e2f814fd
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ in {
|
|||
options.roles.citrix = {enable = lib.mkEnableOption "citrix tools";};
|
||||
config = mkIf cfg.enable {
|
||||
home-manager.users.don.home.packages = with pkgs; [citrix_workspace];
|
||||
nixpkgs.config.permittedInsecurePackages = ["libsoup-2.74.3"];
|
||||
home-manager.users.don.nixpkgs.config.permittedInsecurePackages = ["libsoup-2.74.3"];
|
||||
home-manager.users.don.home.file."ICAClient" = {
|
||||
recursive = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue