use omv for shares
This commit is contained in:
parent
590b3e0fea
commit
9a8557c39a
3 changed files with 5 additions and 5 deletions
|
|
@ -6,9 +6,9 @@
|
|||
};
|
||||
in {
|
||||
fileSystems = {
|
||||
"/mnt/share" = globalOpts // {
|
||||
device = homelab.disks.share;
|
||||
};
|
||||
# "/mnt/share" = globalOpts // {
|
||||
# device = homelab.disks.share;
|
||||
# };
|
||||
"/mnt/data" = globalOpts // {
|
||||
device = homelab.disks.data;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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; };
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue