nix/modules: fix appview systemd service name
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
anirudh.fi 1 month ago fc902f36 7b3f9402
··· 39 39 }; 40 40 41 41 config = mkIf cfg.enable { 42 42 - systemd.services.tangled.appview = { 42 42 + systemd.services.appview = { 43 43 description = "tangled appview service"; 44 44 wantedBy = ["multi-user.target"]; 45 45