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