diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/flora/services/pleroma.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/flora/services/pleroma.nix b/hosts/flora/services/pleroma.nix index 075908d..a76a9eb 100644 --- a/hosts/flora/services/pleroma.nix +++ b/hosts/flora/services/pleroma.nix @@ -26,7 +26,7 @@ in documentation.enable = false; # pleroma has a cli tool for configuration - environment.systemPackages = [ pkgs.pleroma-otp pkgs.dnsutils ]; + environment.systemPackages = [ pkgs.pleroma pkgs.dnsutils ]; services.pleroma = { enable = true; |