aboutsummaryrefslogtreecommitdiff
path: root/modules/private/environment.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/environment.nix')
-rw-r--r--modules/private/environment.nix15
1 files changed, 15 insertions, 0 deletions
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
1354 }; 1354 };
1355 }; 1355 };
1356 }; 1356 };
1357 caldance = mkOption {
1358 description = "Caldance configurations by environment";
1359 type = submodule {
1360 options = {
1361 integration = mkOption {
1362 description = "environment configuration";
1363 type = submodule {
1364 options = {
1365 password = mkOption { type = str; description = "Password file content for basic auth"; };
1366 };
1367 };
1368 };
1369 };
1370 };
1371 };
1357 tellesflorian = mkOption { 1372 tellesflorian = mkOption {
1358 description = "Tellesflorian configurations by environment"; 1373 description = "Tellesflorian configurations by environment";
1359 type = 1374 type =