]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/environment.nix
Adjustments for monitoring
[perso/Immae/Config/Nix.git] / modules / private / environment.nix
index 91e018d4f76e107ee1a849cbd5b4f6b68704708e..9cd591ef081585b874013af41dd3c37c5fe66b90 100644 (file)
@@ -563,6 +563,7 @@ in
             description = "Eban credentials for webhook";
             type = submodule {
               options = {
+                user = mkOption { type = str; description = "User"; };
                 password = mkOption { type = str; description = "Password"; };
               };
             };