config | config Citrix
This commit is contained in:
parent
f7d170c643
commit
84d2f76333
2 changed files with 24 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue