hades: add pleroma service

This commit is contained in:
Antoine Martin 2022-11-07 22:37:52 +01:00
parent 1f29508108
commit 4c05607622
6 changed files with 125 additions and 0 deletions

View file

@ -99,6 +99,12 @@ in {
port = 8084;
};
pleroma = {
enable = true;
port = 8086;
secretConfigFile = config.age.secrets."pleroma/pleroma-config".path;
};
restic-backup = {
enable = true;
repo = "b2:hades-backup-alarsyo";

View file

@ -28,6 +28,10 @@
"paperless/admin-password" = {};
"paperless/secret-key" = {};
"pleroma/pleroma-config" = {
owner = "pleroma";
};
"restic-backup/hades-credentials" = {};
"restic-backup/hades-password" = {};