From a385cb036eb99b5584cf8ab2fc73d97121f54721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 5 Feb 2024 10:51:56 +0200 Subject: [PATCH] Revert "vno1-oh2: add freshrss" This reverts commit accf28c6353f126609a72cacd308a2d5a3c47954. Error during context user init! --- hosts/vno1-oh2/configuration.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index dfa1c5a..3c6ef08 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -250,17 +250,6 @@ }; services = { - freshrss = { - enable = true; - authType = "none"; - virtualHost = "localhost:9010"; - baseUrl = "http://localhost:9010"; - }; - nginx = { - enable = true; - defaultHTTPListenPort = 9010; - }; - caddy = { enable = true; email = "motiejus+acme@jakstys.lt";