All systems should be development unless explicitly labeled Production.
This commit is contained in:
parent
785f06457b
commit
cbdfb91761
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ with lib;
|
|||
options.mySystem.purpose = mkOption {
|
||||
type = types.str;
|
||||
description = "System purpose";
|
||||
default = "Production";
|
||||
default = "Development";
|
||||
};
|
||||
|
||||
options.mySystem.monitoring.prometheus.scrapeConfigs = mkOption {
|
||||
|
|
Loading…
Reference in a new issue