···7788ok yeh so just use deh nix flake ,, duh !
991010+add dhese as imports to ur flake
1111+1212+```nix
1313+ozone.url = "git+https://tangled.org/cool-handle.ebil.club/ozone-nix";
1414+meowzone.url = "git+https://tangled.org/cool-handle.ebil.club/meowzone";
1515+```
1616+1717+```nix
1818+{
1919+ services.meowzone = {
2020+ enable = true;
2121+ serverDid = "did:"; # ur labeler did
2222+ port = 3001;
2323+ pdsUrl = "https://tngl.sh"; # watever it doesnt matair ( i tink ? )
2424+ labelerUrl = ""; # where ozone backend is public
2525+ };
2626+2727+ services.postgresql = {
2828+ enable = true;
2929+ ensureDatabases = [ "ozone" ];
3030+ ensureUsers = [
3131+ {
3232+ name = "ozone";
3333+ ensureDBOwnership = true;
3434+ }
3535+ ];
3636+ };
3737+3838+ # dis hosts backend AND frontend btw
3939+ services.ozone = {
4040+ enable = true;
4141+ port = 3000;
4242+ databaseUrl = "postgresql:///ozone?host=/run/postgresql";
4343+ serverDid = "did:"; # ur labeler did AGAIN
4444+ publicUrl = ""; # where ur frontend is public ,, yk wat dis is
4545+ adminDids = ""; # admin dids comma sperated
4646+4747+ # u may hab to define dhese ? we r not .. idk y it commented out but dat wewrid ,, how it getting dhe secrets ?? hrm idk ! witchcraft perhaps,,
4848+4949+ # adminPassword = builtins.readFile config.sops.secrets.ozone-admin-password.path;
5050+ # signingKeyHex = builtins.readFile config.sops.secrets.ozone-signing-key.path;
5151+ };
5252+}
5353+```
5454+1055### thanks u to
11561212-shabel rodes four nix
1313-blesky team for ozone back end
1414-my catss
1515-captucin5757+- shabel rodes an coil habmdle four nix dat i stole
5858+- blesky team for ozone back end
5959+- my catss
6060+- captoochin