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:
parent
f21ce75136
commit
05bdffa0a9
1 changed files with 10 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue