miniflux: disable webauthn

This commit is contained in:
notohh 2024-02-01 11:46:15 -05:00
parent 8c97b095a2
commit d64a1de35d
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -13,7 +13,6 @@
PORT = 9000;
BASE_URL = "https://rss.internal.flake.sh";
HTTPS = "true";
WEBAUTHN = "true";
DATABASE_URL = lib.mkForce "host=100.94.214.100 port=5432 user=miniflux password=miniflux dbname=miniflux sslmode=disable";
};
};