diff --git a/spec/eientei/nextcloud.nix b/spec/eientei/nextcloud.nix index be80b390..d0a7b6a1 100644 --- a/spec/eientei/nextcloud.nix +++ b/spec/eientei/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;