Move permittedInsecurePackages into home-manager.users.don.nixpkgs.config for Citrix
This commit is contained in:
parent
c022019252
commit
176a539757
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ in {
|
||||||
options.roles.citrix = {enable = lib.mkEnableOption "citrix tools";};
|
options.roles.citrix = {enable = lib.mkEnableOption "citrix tools";};
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home-manager.users.don.home.packages = with pkgs; [citrix_workspace];
|
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" = {
|
home-manager.users.don.home.file."ICAClient" = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = ./files/citrix;
|
source = ./files/citrix;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue