7 lines
146 B
Nix
7 lines
146 B
Nix
_: {
|
|
services.loki = {
|
|
enable = true;
|
|
configFile = ./loki.yaml;
|
|
};
|
|
networking.firewall.interfaces."wg0".allowedTCPPorts = [3100];
|
|
}
|