borgmatic: fix deprecation warning check failed
This commit is contained in:
@@ -81,7 +81,7 @@ in
|
|||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
||||||
warnings = []
|
warnings = []
|
||||||
++ optional (cfg.settings != null && cfg.settings.location != null)
|
++ optional (cfg.settings != null && cfg.settings ? location)
|
||||||
"`services.borgmatic.settings.location` is deprecated, please move your options out of sections to the global scope"
|
"`services.borgmatic.settings.location` is deprecated, please move your options out of sections to the global scope"
|
||||||
++ optional (catAttrs "location" (attrValues cfg.configurations) != [])
|
++ optional (catAttrs "location" (attrValues cfg.configurations) != [])
|
||||||
"`services.borgmatic.configurations.<name>.location` is deprecated, please move your options out of sections to the global scope"
|
"`services.borgmatic.configurations.<name>.location` is deprecated, please move your options out of sections to the global scope"
|
||||||
|
|||||||
Reference in New Issue
Block a user