mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 18:19:09 +00:00
tasks/multimedia-archive: enable Archivebox service part
This commit is contained in:
parent
f9725eb208
commit
72272d9d01
@ -121,7 +121,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.archivebox = {
|
services.archivebox = {
|
||||||
#enable = true;
|
enable = true;
|
||||||
archivePath = "${mountName}/archivebox-service";
|
archivePath = "${mountName}/archivebox-service";
|
||||||
withDependencies = true;
|
withDependencies = true;
|
||||||
webserver.enable = true;
|
webserver.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user