Nextcloud: Difference between revisions

imported>Onny
mNo edit summary
imported>Sympel
m Add missing semicolons in examples
Line 32: Line 32:
   package = pkgs.nextcloud25;
   package = pkgs.nextcloud25;
   extraApps = with pkgs.nextcloud25Packages.apps; {
   extraApps = with pkgs.nextcloud25Packages.apps; {
     inherit mail news contacts
     inherit mail news contacts;
   };
   };
   extraAppsEnable = true
   extraAppsEnable = true;
};
};
</nowiki>}}
</nowiki>}}
Line 56: Line 56:
     };
     };
   };
   };
   extraAppsEnable = true
   extraAppsEnable = true;
};
};
</nowiki>}}
</nowiki>}}