From 981a508328722e861df8bf0a41546a34e58ddf55 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 12 Apr 2022 23:52:17 +0200 Subject: pleroma: fix networking / dns of container how did this ever work at all?? --- flora/services/pleroma.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'flora') diff --git a/flora/services/pleroma.nix b/flora/services/pleroma.nix index e0f60ed..21e4228 100644 --- a/flora/services/pleroma.nix +++ b/flora/services/pleroma.nix @@ -132,6 +132,15 @@ in }; networking.firewall.allowedTCPPorts = [ 4000 10022 ]; + + services.coredns = { + enable = true; + config = '' + .:53 { + forward . 1.1.1.1 + } + ''; + }; }; }; -- cgit v1.2.3