mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
update nginx config
This commit is contained in:
@ -73,6 +73,13 @@
|
|||||||
users.users.nginx.extraGroups = ["acme"];
|
users.users.nginx.extraGroups = ["acme"];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
nginx = {
|
||||||
|
recommendedGzipSettings = true;
|
||||||
|
recommendedOptimisation = true;
|
||||||
|
recommendedProxySettings = true;
|
||||||
|
recommendedTlsSettings = true;
|
||||||
|
};
|
||||||
|
|
||||||
borgbackup.jobs.controller-backup = {
|
borgbackup.jobs.controller-backup = {
|
||||||
paths = [
|
paths = [
|
||||||
"/var/lib/bitwarden_rs"
|
"/var/lib/bitwarden_rs"
|
||||||
|
Reference in New Issue
Block a user