chore: nix fmt
This commit is contained in:
parent
a80bd4ed3b
commit
7266fff06e
128 changed files with 3402 additions and 2013 deletions
|
@ -1,15 +1,27 @@
|
|||
{ pkgs
|
||||
, ...}: let
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
host = "cloud.514fpv.io";
|
||||
in {
|
||||
in
|
||||
{
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud30;
|
||||
extraApps = {
|
||||
inherit (pkgs.nextcloud30Packages.apps)
|
||||
notify_push impersonate spreed
|
||||
contacts bookmarks deck polls notes forms
|
||||
twofactor_webauthn;
|
||||
notify_push
|
||||
impersonate
|
||||
spreed
|
||||
contacts
|
||||
bookmarks
|
||||
deck
|
||||
polls
|
||||
notes
|
||||
forms
|
||||
twofactor_webauthn
|
||||
;
|
||||
};
|
||||
home = "/nix/persist/service/nextcloud";
|
||||
configureRedis = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue