mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Setup Mastodon
This commit is contained in:
parent
41519afebe
commit
dc7cff3140
8 changed files with 96 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
|||
custom = {
|
||||
services.backup-job = {
|
||||
enable = true;
|
||||
additionalPaths = [ "/var/lib/nextcloud/config" ];
|
||||
additionalPaths = [ "/var/lib/nextcloud/config" "/var/lib/mastodon" ];
|
||||
readWritePaths = [ "/nix/var/data/murmur" "/nix/var/data/backup/" ];
|
||||
preHook = ''
|
||||
cp /var/lib/murmur/murmur.sqlite /nix/var/data/murmur/murmur.sqlite
|
||||
|
|
@ -72,6 +72,8 @@
|
|||
services.openssh.enable = true;
|
||||
|
||||
services.murmur.enable = true;
|
||||
|
||||
services.mastodon.enable = true;
|
||||
};
|
||||
|
||||
services.wiki-js = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue