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.

fix module

+2 -2
+2 -2
nix/module.nix
··· 44 44 45 45 options = { 46 46 PORT = mkOption { 47 - type = types.port; 48 - default = 3000; 47 + type = types.str; # doesnt work with systemd ? 48 + default = "3000"; 49 49 description = "Port to run the frontend on"; 50 50 }; 51 51