not quite figured out passing files to runcommand

This commit is contained in:
twoneis 2025-03-01 03:46:12 +01:00
parent a44015b02a
commit fbdce20e93
2 changed files with 6 additions and 2 deletions

View file

@ -18,7 +18,11 @@ in
mkIf conf.fedi.enable {
services.akkoma = {
enable = true;
frontends.primary.package = akkoma-fe;
frontends.primary = {
name = "akkoma-fe";
ref = "stable";
package = akkoma-fe;
};
config = {
":pleroma" = {
":instance" = {