From 6b79492de7467e44733d2644273185af548dc20b Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 8 Mar 2021 00:22:48 +0100 Subject: Added Pleroma This pleroma config should be able to set itself up without any manual intervention (modulo the secrets file, which is almost empty). Annoyingly, the pleroma nixpkg is built from the pipeline artifacts of the pleroma gitlab and does not have support for pleroma's ssh/bbs mode. --- modules/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/default.nix b/modules/default.nix index 23a8abc..e512563 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,5 +1,9 @@ {...}: - +let + sources = import ../nix/sources.nix {}; +in { - imports = [ ]; + #imports = [ "${sources.nixpkgs-unstable}/nixos/modules/services/networking/pleroma.nix" ]; + + # to stop the manual breaking from the stable / unstable mix } -- cgit v1.2.3