mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
13 lines
216 B
Nix
13 lines
216 B
Nix
{ pkgs, lib, config, ... }: {
|
|
mods.server.nginx.ports = {
|
|
photos = 3001;
|
|
homebox = 3002;
|
|
git = 3003;
|
|
share = 3004;
|
|
vault = 3005;
|
|
|
|
search = 8081;
|
|
videos = 8082;
|
|
reddit = 8083;
|
|
};
|
|
}
|