beatufitull front end for ozone modration ,, wit catpucoin and ebergarden !
ozone moderation
5
fork

Configure Feed

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

mv EVERYTHING when building

+2 -2
+1 -1
nix/default.nix
··· 33 33 34 34 installPhase = '' 35 35 mkdir -p $out 36 - cp -r build/* $out/ 36 + cp -r . $out/ 37 37 ''; 38 38 39 39 meta = {
+1 -1
nix/module.nix
··· 64 64 65 65 serviceConfig = { 66 66 Type = "simple"; 67 - ExecStart = "${pkgs.nodejs}/bin/node ${cfg.package}/index.js"; 67 + ExecStart = "${pkgs.nodejs}/bin/node ${cfg.package}/build/index.js"; 68 68 Restart = "on-failure"; 69 69 RestartSec = 5; 70 70 User = "meowzone";