config: disable Archivebox

It is broken and it has been like that for a couple of months so we'll
just disable it completely. I mostly use the web UI with manual
management of archiving anyways.
This commit is contained in:
Gabriel Arazas 2022-09-21 13:42:38 +08:00
parent 9f5b9c1be3
commit 14f1f8c75f
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ in {
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
archivebox # The ultimate archiving solution created by a pirate!
#archivebox # The ultimate archiving solution created by a pirate!
curl # The general purpose downloader.
fanficfare # It's for the badly written fanfics.
gallery-dl # More potential for your image collection.

View File

@ -10,7 +10,7 @@ in {
# Please do it for host-specific configs instead.
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
archivebox # Create by ye' old pirate.
#archivebox # Create by ye' old pirate.
archiver # Extract and create all of the archives.
borgbackup # I'm pretty sure this is named after some thing from a franchise somewhere but I'm not omnipresent.
borgmatic # For those insisting on configurations for BorgBackup.

View File

@ -112,7 +112,7 @@ in
};
services.archivebox = {
enable = true;
#enable = true;
archivePath = "${mountName}/archivebox-service";
withDependencies = true;
webserver.enable = true;