Nextcloud: Difference between revisions

imported>Onny
Mark one issue as fixed
imported>Doronbehar
m Better nix coding in extraApps example
Line 29: Line 29:
   [...]
   [...]
   package = pkgs.nextcloud26;
   package = pkgs.nextcloud26;
   extraApps = with pkgs.nextcloud26Packages.apps; {
   extraApps = {
    inherit mail news contacts;
    inherit (pkgs.nextcloud26Packages.apps)
      news
      contacts
      calendar
      tasks
    ;
   };
   };
  extraAppsEnable = true;
};
};
</nowiki>}}
</nowiki>}}