mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +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 = {
|
systemd.services.nextcloud-setup = {
|
||||||
phpfpm-nextcloud.aliases = [ "nextcloud.service" ];
|
|
||||||
|
|
||||||
nextcloud-setup = {
|
|
||||||
after = [ "postgresql.service" ];
|
after = [ "postgresql.service" ];
|
||||||
requires = [ "postgresql.service" ];
|
requires = [ "postgresql.service" ];
|
||||||
|
|
||||||
|
@ -33,7 +30,6 @@ in serverSystemConfiguration {
|
||||||
nextcloud-occ theming:config logo ${./icon.gif}
|
nextcloud-occ theming:config logo ${./icon.gif}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
services.nextcloud = enabled {
|
services.nextcloud = enabled {
|
||||||
package = pkgs.nextcloud28;
|
package = pkgs.nextcloud28;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue