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";