Format
This commit is contained in:
parent
9430122474
commit
879909008b
|
@ -13,7 +13,12 @@
|
||||||
|
|
||||||
extraAppsEnable = true;
|
extraAppsEnable = true;
|
||||||
extraApps = {
|
extraApps = {
|
||||||
inherit (config.services.nextcloud.package.packages.apps) calendar cospend twofactor_webauthn deck;
|
inherit (config.services.nextcloud.package.packages.apps)
|
||||||
|
calendar
|
||||||
|
cospend
|
||||||
|
twofactor_webauthn
|
||||||
|
deck
|
||||||
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
|
|
Loading…
Reference in a new issue