use omv for shares

This commit is contained in:
Satria 2026-03-06 21:06:47 +07:00
commit 9a8557c39a
3 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,6 @@
"containers" = { dest = "http://localhost:5001"; auth = false; };
"remote" = { dest = "http://localhost:8085"; auth = false; };
"pass" = { dest = "http://localhost:8060"; auth = false; };
"cdn" = { dest = "http://localhost:3000"; auth = false; };
"gallery" = { dest = "http://localhost:2283"; auth = false; };
"media" = { dest = "http://localhost:8096"; auth = false; };

View file

@ -6,12 +6,13 @@
];
in {
imports = [
# ./homelab/share.nix # gonna use omv for now
./homelab/containers.nix
./homelab/gallery.nix
./homelab/tunnels.nix
./homelab/remote.nix
./homelab/media.nix
./homelab/share.nix
./homelab/proxy.nix
./homelab/auth.nix
./homelab/pass.nix