mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2026-08-04 03:23:04 +02:00
challenger/audiobookshelf: grr try fixing mounts
This commit is contained in:
@@ -8,7 +8,11 @@ in {
|
||||
fileSystems = {
|
||||
"/var/lib/audiobookshelf" = {
|
||||
device = "/tank/media/audiobookshelf/config";
|
||||
depends = [ "/tank/media/audiobookshelf" ];
|
||||
depends = [
|
||||
"/tank"
|
||||
"/tank/media/audiobookshelf"
|
||||
"/var/lib"
|
||||
];
|
||||
fsType = "none";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user