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