spec(eientei): add webauthn nextcloud app

This commit is contained in:
514fpv 2024-04-08 11:26:41 +08:00
parent e9288db032
commit 8eb31eeeb9
Signed by: koishi
SSH key fingerprint: SHA256:652+A2yCgByK6j4+urGiApE+tZbISyelwTnr76Tm+x8

View file

@ -8,7 +8,8 @@ in {
extraApps = { extraApps = {
inherit (pkgs.nextcloud28Packages.apps) inherit (pkgs.nextcloud28Packages.apps)
notify_push impersonate spreed notify_push impersonate spreed
contacts bookmarks deck polls notes forms; contacts bookmarks deck polls notes forms
twofactor_webauthn;
}; };
home = "/nix/persist/service/nextcloud"; home = "/nix/persist/service/nextcloud";
configureRedis = true; configureRedis = true;