This is just a traefik port forwarding file, I'm running lemmy using the original docker-compose I used before, just with podman and podman-compose for the ability to just move the server without having to recreate it.
10 lines
149 B
Nix
10 lines
149 B
Nix
{...}: {
|
|
imports = [
|
|
./changedetection-io.nix
|
|
./forgejo.nix
|
|
./secrets.nix
|
|
./plausible.nix
|
|
./conduit.nix
|
|
./lemmy.nix
|
|
];
|
|
}
|