diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index 3c6ef08..dfa1c5a 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -250,6 +250,17 @@ }; 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";