X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fenvironment.nix;h=f0af57203145b472cf0929cace8205740045e842;hb=200690c9aecec1f38c1a62a65916df2950e1afe7;hp=719bf8f01b9b4cf6cbe996f7ad36c8e05b1411b8;hpb=a565d58b53473c40fcb8b6e1e16b83906a76fbdd;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/environment.nix b/modules/private/environment.nix index 719bf8f..f0af572 100644 --- a/modules/private/environment.nix +++ b/modules/private/environment.nix @@ -228,6 +228,7 @@ in ''; type = submodule { options = { + rootKeys = mkOption { type = attrsOf str; description = "Keys of root users"; }; ldap = mkOption { description = '' LDAP credentials for cn=ssh,ou=services,dc=immae,dc=eu dn @@ -804,6 +805,7 @@ in description = "Buildbot configuration"; type = submodule { options = { + workerPassword = mkOption { description = "Buildbot worker password"; type = str; }; user = mkOption { description = "Buildbot user"; type = submodule { @@ -855,6 +857,7 @@ in ''; }; pythonPathHome = mkOption { type = bool; description = "Whether to add project’s python home to python path"; }; + workerPort = mkOption { type = port; description = "Port for the worker"; }; secrets = mkOption { type = attrsOf str; description = "Secrets for the project to dump as files";