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

Alias phpfpm-nextcloud to nextcloud

This commit is contained in:
RGBCube 2024-01-16 11:40:08 +03:00
parent 026f9d83a2
commit b1fe5a5a32
No known key found for this signature in database

View file

@ -7,7 +7,10 @@ let
in serverSystemConfiguration {
age.secrets."cube/password.nextcloud".owner = "nextcloud";
systemd.services.nextcloud-setup.requires = [ "postgresql.service" ];
systemd.services = {
nextcloud-setup.requires = [ "postgresql.service" ];
phpfpm-nextcloud.aliases = [ "nextcloud.service" ];
};
services.nextcloud = enabled {
package = pkgs.nextcloud28;