All systems should be development unless explicitly labeled Production.

This commit is contained in:
Joseph Hanson 2024-06-21 19:32:36 -05:00
parent 785f06457b
commit cbdfb91761
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -45,7 +45,7 @@ with lib;
options.mySystem.purpose = mkOption { options.mySystem.purpose = mkOption {
type = types.str; type = types.str;
description = "System purpose"; description = "System purpose";
default = "Production"; default = "Development";
}; };
options.mySystem.monitoring.prometheus.scrapeConfigs = mkOption { options.mySystem.monitoring.prometheus.scrapeConfigs = mkOption {