From d1b49fb8a5825c703db9dfb44656b65ae67e3558 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 5 Dec 2023 09:20:44 +0100 Subject: [PATCH] hades: enable nginx module --- hosts/hades/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index 1b54f72..deaa941 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -92,6 +92,8 @@ in { adminpassFile = config.age.secrets."nextcloud/admin-pass".path; }; + nginx.enable = true; + paperless = { enable = true; port = 8085;