mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
refactor: system -> systemConfig
This commit is contained in:
parent
512b1fc75b
commit
45705650bb
31 changed files with 127 additions and 131 deletions
|
|
@ -11,8 +11,8 @@
|
|||
promtailSystems =
|
||||
filterAttrs (
|
||||
_: system:
|
||||
system.config.access.online.enable
|
||||
&& system.config.exports.services.promtail.enable
|
||||
system.access.online.enable
|
||||
&& system.exports.services.promtail.enable
|
||||
)
|
||||
systems;
|
||||
cfg = config.services.loki;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue