1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: remove caddy, enable nginx with oauth2_proxy

This commit is contained in:
oddlama 2023-06-21 23:57:33 +02:00
parent 041cf9cc33
commit 5f02889bd0
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 37 additions and 76 deletions

View file

@ -14,9 +14,12 @@
./net.nix
./acme.nix
./caddy.nix
./oauth2.nix
];
users.groups.acme.members = ["nginx"];
services.nginx.enable = true;
extra.promtail = {
enable = true;
proxy = "sentinel";