use angie
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 43s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 43s
This commit is contained in:
parent
ee28bb7c42
commit
1d5efe0099
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ homelab, lib, ... }: let
|
||||
{ pkgs, homelab, lib, ... }: let
|
||||
d = dest: { inherit dest; auth = false; };
|
||||
da = dest: { inherit dest; auth = true; };
|
||||
|
||||
|
|
@ -58,6 +58,7 @@ in {
|
|||
services = {
|
||||
nginx = {
|
||||
enable = true;
|
||||
package = pkgs.angie;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
recommendedGzipSettings = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue