mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
17 lines
304 B
Nix
17 lines
304 B
Nix
{ pkgs, lib, config, ... }: {
|
|
mods.server.nginx.ports = {
|
|
photos = 3001;
|
|
homebox = 3002;
|
|
# immich-machine-learning = 3003;
|
|
share = 3004;
|
|
vault = 3005;
|
|
git = 3006;
|
|
cal = 3007;
|
|
chat = 3008;
|
|
dash = 3009;
|
|
|
|
search = 8081;
|
|
videos = 8082;
|
|
reddit = 8083;
|
|
};
|
|
}
|