diff options
author | stuebinm | 2022-01-09 08:20:13 +0100 |
---|---|---|
committer | stuebinm | 2022-01-09 08:20:13 +0100 |
commit | be4ac10c641e39babc83db479c827b6dfb0af103 (patch) | |
tree | 19cf9087139e79db3598c0433b11faa0d7ea5328 /hosts/flora/services/pleroma.nix | |
parent | e88fed18f499a3e8ac98c772bbb62f00d1f8d1d7 (diff) |
use stable pleroma because unstable broke
Diffstat (limited to 'hosts/flora/services/pleroma.nix')
-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 e93e553..e0f60ed 100644 --- a/hosts/flora/services/pleroma.nix +++ b/hosts/flora/services/pleroma.nix @@ -29,7 +29,7 @@ in enable = true; - package = (import inputs.nixpkgs-unstable {}).pleroma; + # package = (import inputs.nixpkgs-unstable {}).pleroma; # this is barely necessary at this point — all that's # set in here is the default_signer for joken, and the |