One last backup for matrix
This commit is contained in:
parent
eb1813d28b
commit
b09507e910
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue