Skip to content

Commit

Permalink
fluent-bit
Browse files Browse the repository at this point in the history
arianvp committed Jun 1, 2024
1 parent 69f3ab5 commit 020d7f9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion nix/configs/web.nix
Original file line number Diff line number Diff line change
@@ -3,12 +3,19 @@
imports = [
(modulesPath + "/virtualisation/amazon-image.nix")
../modules/fluent-bit.nix
../mixins/aws.nix
];


services.getty.autologinUser = "root";

services.fluent-bit.enable = true;
services.fluent-bit = {
enable = true;
settings.pipeline.inputs = [{
name = "systemd";
db = "$${STATE_DIRECTORY}/systemd.db";
}];
};

systemd.services.web = {
description = "Web server";

0 comments on commit 020d7f9

Please sign in to comment.