One last backup for matrix

This commit is contained in:
Nathan McCarty 2023-06-09 23:02:21 -04:00
parent eb1813d28b
commit b09507e910
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 3 deletions

View File

@ -25,7 +25,7 @@
acme = true; acme = true;
}; };
matrix = { matrix = {
enable = true; enable = false;
baseDomain = "community.rs"; baseDomain = "community.rs";
enableRegistration = true; enableRegistration = true;
}; };
@ -34,8 +34,6 @@
extraExcludes = [ extraExcludes = [
"*/.cache" "*/.cache"
"*/.tmp" "*/.tmp"
"/home/nathan/minecraft/server/backup"
"/var/lib/postgresql"
"/var/lib/redis" "/var/lib/redis"
"/var/lib/docker" "/var/lib/docker"
"/var/log" "/var/log"