nixos-config/config/services/loki.nix

7 lines
81 B
Nix
Raw Normal View History

2022-06-12 15:42:42 +00:00
_: {
2022-01-15 11:08:46 +00:00
services.loki = {
enable = true;
configFile = ./loki.yaml;
};
}