From e22de6956a8cc2207b70f629a37a353d7e045068 Mon Sep 17 00:00:00 2001 From: 514fpv <koishi@514fpv.one> Date: Mon, 8 Apr 2024 11:25:24 +0800 Subject: [PATCH] feat(focus): add webauthn nextcloud app --- spec/focus/nextcloud.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/focus/nextcloud.nix b/spec/focus/nextcloud.nix index 91732de1..01067df3 100644 --- a/spec/focus/nextcloud.nix +++ b/spec/focus/nextcloud.nix @@ -8,7 +8,8 @@ in { extraApps = { inherit (pkgs.nextcloud28Packages.apps) notify_push impersonate spreed - contacts bookmarks deck polls notes forms; + contacts bookmarks deck polls notes forms + twofactor_webauthn; }; home = "/nix/persist/service/nextcloud"; configureRedis = true;