1
1
Fork 1
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:
oddlama 2023-06-18 14:31:23 +02:00
parent 4d5813a2ad
commit d6af975817
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
12 changed files with 81 additions and 30 deletions

View file

@ -12,6 +12,11 @@ in {
../../../../modules/proxy-via-sentinel.nix
];
extra.promtail = {
enable = true;
proxy = "sentinel";
};
age.secrets.vaultwarden-env = {
rekeyFile = ./secrets/vaultwarden-env.age;
mode = "440";