Set the port on the container

This commit is contained in:
niten 2024-01-17 18:15:11 -08:00
parent 8b6a19d1c6
commit bca56e3d46
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ in {
"redis-data:/var/lib/redis" "redis-data:/var/lib/redis"
"mastodon-data:/var/lib/mastodon" "mastodon-data:/var/lib/mastodon"
]; ];
ports = [ "${toString cfg.port}:80" ];
}; };
nixos = { nixos = {
useSystemd = true; useSystemd = true;