Monorepo for Tangled — https://tangled.org
0
fork

Configure Feed

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

nix/modules: fix appview systemd service name

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

+1 -1
+1 -1
nix/modules/appview.nix
··· 39 39 }; 40 40 41 41 config = mkIf cfg.enable { 42 - systemd.services.tangled.appview = { 42 + systemd.services.appview = { 43 43 description = "tangled appview service"; 44 44 wantedBy = ["multi-user.target"]; 45 45