From 4ef1d52097468264a9c5726dec8365a6271ded47 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Mon, 20 Jan 2025 16:04:24 +0100 Subject: feat(miniflux): init module, host on server2 --- hosts/by-name/server3/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hosts/by-name') diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix index 24b66e4..8b21e79 100644 --- a/hosts/by-name/server3/configuration.nix +++ b/hosts/by-name/server3/configuration.nix @@ -6,6 +6,15 @@ vhack = { fail2ban.enable = true; + miniflux = { + enable = true; + domain = "miniflux.foss-syndicate.org"; + extraDomains = [ + "rss.foss-syndicate.org" + "rss.vhack.eu" + "miniflux.vhack.eu" + ]; + }; openssh.enable = true; persist = { enable = true; -- cgit 1.4.1