From b1974aa2d09c102bdd4c084681b1901bce2a8ba3 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 10 Nov 2022 21:37:25 +0100 Subject: [PATCH] solve some TODOs (one of these has even been around for a while!) --- pkgs/default.nix | 1 - services/nextcloud.nix | 1 - websites/infra4future.de/README.md | 4 ---- 3 files changed, 6 deletions(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index a02946f..e97bfec 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -32,7 +32,6 @@ let uffd = callPackage ./uffd {}; - # TODO: are these still needed (but also not sure if downgrades are possible) inherit (unstable) vaultwarden vaultwarden-vault; }; diff --git a/services/nextcloud.nix b/services/nextcloud.nix index 673009b..f5fe823 100644 --- a/services/nextcloud.nix +++ b/services/nextcloud.nix @@ -55,7 +55,6 @@ dbname = "nextcloud"; adminpassFile = "/persist/nextcloud/config/admin_pw"; adminuser = "root"; - # defaultapp = "apporder"; # TODO }; # multiple pools may be doable using services.phpfpm.pools, diff --git a/websites/infra4future.de/README.md b/websites/infra4future.de/README.md index 039993f..2ea4d95 100644 --- a/websites/infra4future.de/README.md +++ b/websites/infra4future.de/README.md @@ -13,7 +13,3 @@ Directory is icluded in `.gitignore`, so no need to worry about cluttering the r Nothing more is required, as the entire site consists solely of static html and css. -## TODOs: - -Add an actual FAQ (just add them to `index.md`, based on the example question there). -Pull-Requests are welcome!