diff options
Diffstat (limited to 'hosts/vidhar')
-rw-r--r-- | hosts/vidhar/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 24b6ad6d..a300bd59 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -219,7 +219,7 @@ | |||
219 | } | 219 | } |
220 | ]; | 220 | ]; |
221 | }; | 221 | }; |
222 | in "${pkgs.coreutils}/bin/install -m 0644 -o ${config.services.loki.user} -m ${config.services.loki.group} --target-directory=${config.services.loki.configuration.ruler.storage.local.directory} ${pkgs.writeText "rules.yml" rulesYaml}"; | 222 | in "${pkgs.coreutils}/bin/install -m 0644 -o ${config.services.loki.user} -g ${config.services.loki.group} --target-directory=${config.services.loki.configuration.ruler.storage.local.directory} ${pkgs.writeText "rules.yml" rulesYaml}"; |
223 | services.promtail = { | 223 | services.promtail = { |
224 | enable = true; | 224 | enable = true; |
225 | configuration = { | 225 | configuration = { |