Merge branch 'main' of codeberg.org:muon/home

This commit is contained in:
muon 2025-01-27 20:12:06 +00:00
commit dba927cf49
5 changed files with 10 additions and 4 deletions

View file

@ -38,6 +38,7 @@ in {
mods.server.homebox.enable = true;
mods.server.share.enable = true;
mods.server.vault.enable = true;
mods.server.git.enable = true;
mods.tailscale.enable = true;
mods.wireguard.id = 3;

View file

@ -2,9 +2,10 @@
mods.server.nginx.ports = {
photos = 3001;
homebox = 3002;
git = 3003;
# immich-machine-learning = 3003;
share = 3004;
vault = 3005;
git = 3006;
search = 8081;
videos = 8082;