feat(eientei): add webauthn nextcloud app
This commit is contained in:
parent
e22de6956a
commit
e82589f723
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue