X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fenvironment.nix;h=6a2cea0b87c40e4c6fb6e584be7a69df609a2c87;hp=193e95cf81d8cd64b9e0731af9755b617b033e74;hb=6c95e93c85640e1fe544ed1b6a0b83e27725d0f0;hpb=f989f3edd7790c9b1a67dc99f074828211bbbe68 diff --git a/modules/private/environment.nix b/modules/private/environment.nix index 193e95c..6a2cea0 100644 --- a/modules/private/environment.nix +++ b/modules/private/environment.nix @@ -1354,6 +1354,21 @@ in }; }; }; + caldance = mkOption { + description = "Caldance configurations by environment"; + type = submodule { + options = { + integration = mkOption { + description = "environment configuration"; + type = submodule { + options = { + password = mkOption { type = str; description = "Password file content for basic auth"; }; + }; + }; + }; + }; + }; + }; tellesflorian = mkOption { description = "Tellesflorian configurations by environment"; type =