Update mount location for media directories

This commit is contained in:
Oliver Davies 2024-12-12 21:48:14 +00:00
parent d21fafc4ef
commit ffc12963c4
4 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@ with lib;
services.gitea = {
enable = true;
group = "media";
stateDir = "/media/gitea";
stateDir = "/mnt/media/gitea";
settings = {
server = {

View file

@ -14,7 +14,7 @@ with lib;
services.immich = {
enable = true;
group = "media";
mediaLocation = "/media/immich";
mediaLocation = "/mnt/media/immich";
};
environment.systemPackages = [ pkgs.immich-cli ];

View file

@ -10,7 +10,7 @@ with lib;
enable = true;
openFirewall = true;
group = "media";
configDir = "/media/jellyfin";
configDir = "/mnt/media/jellyfin";
};
};
}

View file

@ -28,8 +28,8 @@ with lib;
};
volumes = [
"/media/pihole/etc-dnsmasq.d:/etc/dnsmasq.d:rw"
"/media/pihole/etc-pihole:/etc/pihole:rw"
"/mnt/media/pihole/etc-dnsmasq.d:/etc/dnsmasq.d:rw"
"/mnt/media/pihole/etc-pihole:/etc/pihole:rw"
];
ports = [