This commit is contained in:
Charlotte Van Petegem 2022-11-02 11:45:07 +01:00
parent c32f685321
commit 6597734af7
No known key found for this signature in database
GPG key ID: 019E764B7184435A
9 changed files with 125 additions and 0 deletions

View file

@ -44,6 +44,12 @@
fast = true;
location = "192.168.0.1";
}
{
path = "zdata/big-apps/mastodon";
remotePath = "zdata/recv/lasting-integrity/big-apps/mastodon";
fast = true;
location = "192.168.0.1";
}
{
path = "zdata/big-apps/nextcloud";
remotePath = "zdata/recv/lasting-integrity/big-apps/nextcloud";
@ -62,6 +68,7 @@
garmin-scraper.enable = true;
grafana.enable = true;
mail.enable = true;
mastodon.enable = true;
matrix.enable = true;
nginx.hosts = [
{

View file

@ -54,6 +54,10 @@
device = "zdata/big-apps/influxdb2";
fsType = "zfs";
};
"/var/lib/mastodon/public-system" = {
device = "zdata/big-apps/mastodon";
fsType = "zfs";
};
"/cache" = {
device = "zroot/safe/cache";
fsType = "zfs";