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:
parent
041cf9cc33
commit
5f02889bd0
6 changed files with 37 additions and 76 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue