Some checks failed
Basic Code Checks / formatting-check (push) Has been cancelled
Signed-off-by: gwg313 <gwg313@pm.me>
6 lines
85 B
Nix
6 lines
85 B
Nix
{
|
|
services.loki = {
|
|
enable = true;
|
|
configFile = ./loki-config.yaml;
|
|
};
|
|
}
|