From 84d2f76333e972e94dbebe50ed85df0aa3e5f922 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 14 Sep 2022 10:11:58 -0500 Subject: [PATCH] config | config Citrix --- dragon/configuration.nix | 21 ++++++++++++--------- eve/configuration.nix | 21 ++++++++++++--------- 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/dragon/configuration.nix b/dragon/configuration.nix index 9898fc2..52c965d 100644 --- a/dragon/configuration.nix +++ b/dragon/configuration.nix @@ -117,15 +117,18 @@ zoom-us ]; - # Some programs need SUID wrappers, can be configured further or are - # started in user sessions. - # programs.mtr.enable = true; - # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; - # }; - - # List services that you want to enable: + programs.mtr.enable = true; + nixpkgs.overlays = [ + ( self: super: + let + extraCerts = [ /etc/static/ssl/certs/ca-bundle.crt /etc/static/ssl/certs/ca-certificates.crt ]; + in { + citrix_workspace = super.citrix_workspace.override { + inherit extraCerts; + }; + } + ) + ]; services.tailscale.enable = true; # create a oneshot job to authenticate to Tailscale diff --git a/eve/configuration.nix b/eve/configuration.nix index 4b05b47..fe3b58f 100644 --- a/eve/configuration.nix +++ b/eve/configuration.nix @@ -117,15 +117,18 @@ zoom-us ]; - # Some programs need SUID wrappers, can be configured further or are - # started in user sessions. - # programs.mtr.enable = true; - # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; - # }; - - # List services that you want to enable: + programs.mtr.enable = true; + nixpkgs.overlays = [ + ( self: super: + let + extraCerts = [ /etc/static/ssl/certs/ca-bundle.crt /etc/static/ssl/certs/ca-certificates.crt ]; + in { + citrix_workspace = super.citrix_workspace.override { + inherit extraCerts; + }; + } + ) + ]; services.tailscale.enable = true; # create a oneshot job to authenticate to Tailscale