aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/by-name/server3/configuration.nix9
1 files changed, 9 insertions, 0 deletions
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;