From 64284e0ae572b474071220c65d3c1d9c5d6bb76c Mon Sep 17 00:00:00 2001 From: Riuga Date: Tue, 31 Mar 2026 16:06:05 -0500 Subject: [PATCH] Add readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b38e481 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +## Citrix-in-a-VM for DTCC onboarding + +The Citrix package is a bit finnicky to install and is closed source / considered-insecure for our needs here at Obsidian. This flake 1) wraps the `citrix_workspace` package with a scraper that automatically downloads the tarball for you, and 2) provides Citrix-in-a-NixOS-Qemu-VM with a convenient init script that copies in your preferred .ica file to launch it with. + +**Usage of this repository implies you have read and accepted the Citrix EULA found here**: https://www.cloud.com/content/dam/cloud/documents/legal/end-user-agreement.pdf + +There is still the manual step of logging into myvdi.dtcc.com to download a fresh ICA file each connection attempt. We could look into automating this in the future; it's a bit more involved though. + +Usage: +```bash +# Prompt for ICA file selection and launch the VM. +nix run +```