foundryvtt: Enable backups
This commit is contained in:
parent
f8789ee4d0
commit
329a6c4cf1
|
@ -35,4 +35,12 @@ in {
|
||||||
proxyPass = "http://localhost:${toString port}";
|
proxyPass = "http://localhost:${toString port}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.backups.foundryvtt = {
|
||||||
|
user = "foundryvtt";
|
||||||
|
paths = [
|
||||||
|
config.services.foundryvtt.dataDir
|
||||||
|
];
|
||||||
|
pauseServices = ["foundryvtt.service"];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue