config | config Citrix

This commit is contained in:
Don Harper 2022-09-14 10:11:58 -05:00
parent f7d170c643
commit 84d2f76333
2 changed files with 24 additions and 18 deletions

View file

@ -117,15 +117,18 @@
zoom-us zoom-us
]; ];
# Some programs need SUID wrappers, can be configured further or are programs.mtr.enable = true;
# started in user sessions. nixpkgs.overlays = [
# programs.mtr.enable = true; ( self: super:
# programs.gnupg.agent = { let
# enable = true; extraCerts = [ /etc/static/ssl/certs/ca-bundle.crt /etc/static/ssl/certs/ca-certificates.crt ];
# enableSSHSupport = true; in {
# }; citrix_workspace = super.citrix_workspace.override {
inherit extraCerts;
# List services that you want to enable: };
}
)
];
services.tailscale.enable = true; services.tailscale.enable = true;
# create a oneshot job to authenticate to Tailscale # create a oneshot job to authenticate to Tailscale

View file

@ -117,15 +117,18 @@
zoom-us zoom-us
]; ];
# Some programs need SUID wrappers, can be configured further or are programs.mtr.enable = true;
# started in user sessions. nixpkgs.overlays = [
# programs.mtr.enable = true; ( self: super:
# programs.gnupg.agent = { let
# enable = true; extraCerts = [ /etc/static/ssl/certs/ca-bundle.crt /etc/static/ssl/certs/ca-certificates.crt ];
# enableSSHSupport = true; in {
# }; citrix_workspace = super.citrix_workspace.override {
inherit extraCerts;
# List services that you want to enable: };
}
)
];
services.tailscale.enable = true; services.tailscale.enable = true;
# create a oneshot job to authenticate to Tailscale # create a oneshot job to authenticate to Tailscale