summaryrefslogtreecommitdiff
path: root/flora/services
diff options
context:
space:
mode:
authorstuebinm2023-02-20 23:51:41 +0100
committerstuebinm2023-02-20 23:51:41 +0100
commit18389bdc301a3d00306f4578a159d7967b5e7580 (patch)
treead6bdda647fd43b2d4ad02397bbffc04fdb1ce74 /flora/services
parent90205722d3b2cca8f727f2230a818e2ddb9fff7e (diff)
update inputs
Diffstat (limited to 'flora/services')
-rw-r--r--flora/services/akkoma.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flora/services/akkoma.nix b/flora/services/akkoma.nix
index 07a0e70..953541b 100644
--- a/flora/services/akkoma.nix
+++ b/flora/services/akkoma.nix
@@ -34,7 +34,7 @@ in
package = unstable.akkoma;
frontends = {
primary = {
- package = unstable.akkoma-frontends.pleroma-fe;
+ package = unstable.akkoma-frontends.akkoma-fe;
name = "pleroma-fe";
ref = "stable";
};