From f88abe5828bd9b07a0b4fe7b90b86810a0ce188c Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 9 Mar 2026 15:25:05 -0600 Subject: trivionomicon: athena-bccr: add support for mirrors --- trivionomicon/modules/athena-bccr/options.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'trivionomicon/modules/athena-bccr/options.nix') diff --git a/trivionomicon/modules/athena-bccr/options.nix b/trivionomicon/modules/athena-bccr/options.nix index eb61cf5..7b6cf93 100644 --- a/trivionomicon/modules/athena-bccr/options.nix +++ b/trivionomicon/modules/athena-bccr/options.nix @@ -7,6 +7,12 @@ with lib.types; { description = "hash of the Gaudi client"; }; + mirror = lib.mkOption { + type = nullOr str; + default = null; + description = "release zip mirror base URL, if null then the release zip must be manually added to the Nix store"; + }; + release = lib.mkOption { type = str; default = "latest"; @@ -21,6 +27,12 @@ with lib.types; { description = "user group with full access to the smartcard reader"; }; + mirror = lib.mkOption { + type = nullOr str; + default = null; + description = "release zip mirror base URL, if null then the release zip must be manually added to the Nix store"; + }; + release = lib.mkOption { type = str; default = "latest"; -- cgit v1.2.3