config

NixOS config
Log | Files | Refs | README | LICENSE

commit a385cb036eb99b5584cf8ab2fc73d97121f54721 (tree)
parent accf28c6353f126609a72cacd308a2d5a3c47954
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Mon,  5 Feb 2024 10:51:56 +0200

Revert "vno1-oh2: add freshrss"

This reverts commit accf28c6353f126609a72cacd308a2d5a3c47954.

    Error during context user init!

Diffstat:
Mhosts/vno1-oh2/configuration.nix | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

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