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:
parent
026f9d83a2
commit
b1fe5a5a32
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue