this repo has no description

nix/modules: fix appview systemd service name

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

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