diff options
Diffstat (limited to 'flora')
-rw-r--r-- | flora/services/akkoma.nix | 2 |
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"; }; |