mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
feat: fixed Jellyfin typo
This commit is contained in:
parent
bfd99f4221
commit
e8484db9c3
1 changed files with 1 additions and 1 deletions
2
modules/nixos/services/restic/default.nix
Normal file → Executable file
2
modules/nixos/services/restic/default.nix
Normal file → Executable file
|
|
@ -33,7 +33,7 @@ in
|
||||||
instances.vaultwarden.mntPaths.path0
|
instances.vaultwarden.mntPaths.path0
|
||||||
"${instances.jellyfin.mntPaths.path0}/cache"
|
"${instances.jellyfin.mntPaths.path0}/cache"
|
||||||
"${instances.jellyfin.mntPaths.path0}/data"
|
"${instances.jellyfin.mntPaths.path0}/data"
|
||||||
"${instances.jellyfin.mntPaths.path0}/media/Music"
|
"${instances.jellyfin.mntPaths.path0}/media/music"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue