1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Simplify nextcloud systemd config

This commit is contained in:
RGBCube 2024-01-17 13:21:22 +03:00
parent f21ce75136
commit 05bdffa0a9
No known key found for this signature in database

View file

@ -16,10 +16,7 @@ in serverSystemConfiguration {
}];
};
systemd.services = {
phpfpm-nextcloud.aliases = [ "nextcloud.service" ];
nextcloud-setup = {
systemd.services.nextcloud-setup = {
after = [ "postgresql.service" ];
requires = [ "postgresql.service" ];
@ -33,7 +30,6 @@ in serverSystemConfiguration {
nextcloud-occ theming:config logo ${./icon.gif}
'';
};
};
services.nextcloud = enabled {
package = pkgs.nextcloud28;