selfhostable, read-only reddit client
16
fork

Configure Feed

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

try fix flake #1

Akshay e7507a3e 9547d3d6

+1 -1
+1 -1
flake.nix
··· 132 132 wantedBy = ["multi-user.target"]; 133 133 134 134 serviceConfig = { 135 + ListenStream = "0.0.0.0:${toString config.services.readit.port}"; 135 136 ExecStart = "${pkgs.readit}/bin/readit"; 136 137 Restart = "always"; 137 138 }; 138 139 139 - listenStream = ["0.0.0.0:${toString config.services.readit.port}"]; 140 140 141 141 # If the binary needs specific environment variables, set them here 142 142 environment = {