challenger/audiobookshelf: fix mount again.
challenger: other minor updates
This commit is contained in:
@@ -4,9 +4,12 @@ let
|
||||
host = "127.0.1.2";
|
||||
port = 5016;
|
||||
in {
|
||||
|
||||
fileSystems = {
|
||||
"/var/lib/audiobookshelf" = {
|
||||
device = "/tank/media/audiobookshelf/config";
|
||||
depends = [ "/tank/media/audiobookshelf" ];
|
||||
fsType = "none";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user