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