From 10dc22f10b2d1d9d015897b8642b99c4bff06ed7 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Mon, 11 Sep 2023 00:55:15 +0200 Subject: [PATCH] Remove nextcloud --- nixos-configurations/server/default.nix | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/nixos-configurations/server/default.nix b/nixos-configurations/server/default.nix index e50ed46..acb7f14 100644 --- a/nixos-configurations/server/default.nix +++ b/nixos-configurations/server/default.nix @@ -55,32 +55,8 @@ forceSSL = true; root = inputs.aurora-blog-template.packages.${pkgs.system}.default; }; - "cloud.thilohohlt.com" = { - enableACME = true; - forceSSL = true; - }; }; }; - nextcloud = { - enable = true; - package = pkgs.nextcloud27; - hostName = "cloud.thilohohlt.com"; - database.createLocally = true; - https = true; - configureRedis = true; - config = { - dbtype = "pgsql"; - adminuser = "thohlt"; - adminpassFile = "/var/run/nextcloud-pass.txt"; - defaultPhoneRegion = "DE"; - }; - extraOptions = { - mail_smtpmode = "sendmail"; - mail_sendmailmode = "pipe"; - twofactor_enforced = false; - }; - autoUpdateApps.enable = true; - }; }; security = {