nix-conf/modules/servers/thor/default.nix
Crony Akatsuki 6073e79011 feat(odin): add lemmy, reddit but better.
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.
2025-05-14 23:34:10 +02:00

10 lines
149 B
Nix

{...}: {
imports = [
./changedetection-io.nix
./forgejo.nix
./secrets.nix
./plausible.nix
./conduit.nix
./lemmy.nix
];
}