fix
This commit is contained in:
@@ -125,6 +125,7 @@ in
|
|||||||
systemd = {
|
systemd = {
|
||||||
services.writefreely = {
|
services.writefreely = {
|
||||||
requires = [ "writefreely-sqlite-init.service" ];
|
requires = [ "writefreely-sqlite-init.service" ];
|
||||||
|
path = [ pkgs.openssl ];
|
||||||
unitConfig.RequiresMountsFor = lib.mkIf sp.useBinds "/volumes/${cfg.location}/writefreely";
|
unitConfig.RequiresMountsFor = lib.mkIf sp.useBinds "/volumes/${cfg.location}/writefreely";
|
||||||
serviceConfig.Slice = "writefreely.slice";
|
serviceConfig.Slice = "writefreely.slice";
|
||||||
restartTriggers = [ (
|
restartTriggers = [ (
|
||||||
|
|||||||
Reference in New Issue
Block a user