mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
10 lines
164 B
Nix
10 lines
164 B
Nix
{ pkgs, lib, config, ... }: {
|
|
mods.server.nginx.ports = {
|
|
photos = 3001;
|
|
homebox = 3002;
|
|
|
|
search = 8081;
|
|
videos = 8082;
|
|
reddit = 8083;
|
|
};
|
|
}
|