Skip to content

Commit

Permalink
feat: updated media server data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
xgroleau committed Mar 12, 2024
1 parent d289140 commit d9fa494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosts/sheogorath/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ in {

media-server = {
enable = true;
dataDir = "/vault/media-server";
dataDir = "/data/media-server";
downloadDir = "/media/deluge-downloads";
mediaDir = "/media/media";
ovpnFile = config.age.secrets.piaOvpn.path;
Expand Down Expand Up @@ -126,7 +126,7 @@ in {

services = {
borgbackup.jobs."unraid" = {
paths = [ "/vault" "/documents" "/data/backups" ];
paths = backupFolders;
exclude = [ ];
repo = "ssh://borg@unraid:2222/backup/sheogorath";
encryption = { mode = "none"; };
Expand Down

0 comments on commit d9fa494

Please sign in to comment.