Skip to content

Commit

Permalink
fix: opsies
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Nov 8, 2023
1 parent 2877494 commit fcc266c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/base/common/services/monitoring/loki/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
}: let
inherit (lib) mkIf;

sys = config.modules.system;
cfg = config.modules.services.monitoring.loki;
in {
config = mkIf sys.services.monitoring.loki.enable {
config = mkIf cfg.enable {
# https://gist.github.com/rickhull/895b0cb38fdd537c1078a858cf15d63e
services.loki = {
enable = true;
Expand Down

0 comments on commit fcc266c

Please sign in to comment.