diff --git a/hosts/nextcloud.nix b/hosts/nextcloud.nix index 7734950..f916038 100644 --- a/hosts/nextcloud.nix +++ b/hosts/nextcloud.nix @@ -14,6 +14,7 @@ in ((lib.toLower config.networking.hostName) + ".lan") (lib.toLower config.networking.hostName) ]; + blacklisted_files = []; }; config = { dbtype = "pgsql";