this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(wolumonde): perses needs pocket-id to start

dusk ede0115d 4db4ec5b

+2 -1
+2 -1
hosts/wolumonde/modules/perses.nix/default.nix
··· 66 66 67 67 systemd.services.perses = { 68 68 description = "perses"; 69 - after = ["network.target"]; 69 + after = ["network.target" "pocket-id.service"]; 70 + requires = ["pocket-id.service"]; 70 71 serviceConfig = { 71 72 ExecStart = "${pkgs.perses}/bin/perses --config=${persesConfigYaml} --web.listen-address=:${toString port} --log.level=info"; 72 73 EnvironmentFile = secrets.persesSecret.path;