diff --git a/modules/home-manager/profiles/research.nix b/modules/home-manager/profiles/research.nix index 7f970786..2aae7124 100644 --- a/modules/home-manager/profiles/research.nix +++ b/modules/home-manager/profiles/research.nix @@ -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. diff --git a/modules/nixos/profiles/archiving.nix b/modules/nixos/profiles/archiving.nix index 6dea628a..6554f0f5 100644 --- a/modules/nixos/profiles/archiving.nix +++ b/modules/nixos/profiles/archiving.nix @@ -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. diff --git a/modules/nixos/tasks/multimedia-archive/default.nix b/modules/nixos/tasks/multimedia-archive/default.nix index 15d6605d..907879db 100644 --- a/modules/nixos/tasks/multimedia-archive/default.nix +++ b/modules/nixos/tasks/multimedia-archive/default.nix @@ -112,7 +112,7 @@ in }; services.archivebox = { - enable = true; + #enable = true; archivePath = "${mountName}/archivebox-service"; withDependencies = true; webserver.enable = true;