mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: enable promtail on all vms
This commit is contained in:
parent
4d5813a2ad
commit
d6af975817
12 changed files with 81 additions and 30 deletions
|
@ -14,6 +14,11 @@ in {
|
|||
../../../../modules/proxy-via-sentinel.nix
|
||||
];
|
||||
|
||||
extra.promtail = {
|
||||
enable = true;
|
||||
proxy = "sentinel";
|
||||
};
|
||||
|
||||
networking.nftables.firewall.rules = lib.mkForce {
|
||||
sentinel-to-local.allowedTCPPorts = [kanidmPort];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue