mastodon: Save redis state over reboots

This commit is contained in:
Charlotte Van Petegem 2024-08-02 13:43:10 +02:00
parent c25afed065
commit 7671566751

View file

@ -7,7 +7,9 @@
}; };
config = lib.mkIf config.chvp.services.mastodon.enable { config = lib.mkIf config.chvp.services.mastodon.enable {
chvp.services.nginx.hosts = [{ chvp = {
base.zfs.systemLinks = [{ path = "/var/lib/redis-mastodon"; type = "cache"; }];
services.nginx.hosts = [{
fqdn = "social.chvp.be"; fqdn = "social.chvp.be";
options = { options = {
root = "${pkgs.mastodon}/public/"; root = "${pkgs.mastodon}/public/";
@ -25,6 +27,7 @@
}; };
}; };
}]; }];
};
users = { users = {
users = { users = {
mastodon.uid = 989; mastodon.uid = 989;