mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 12:19:12 +00:00
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:
parent
9f5b9c1be3
commit
14f1f8c75f
@ -7,7 +7,7 @@ in {
|
|||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [
|
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.
|
curl # The general purpose downloader.
|
||||||
fanficfare # It's for the badly written fanfics.
|
fanficfare # It's for the badly written fanfics.
|
||||||
gallery-dl # More potential for your image collection.
|
gallery-dl # More potential for your image collection.
|
||||||
|
@ -10,7 +10,7 @@ in {
|
|||||||
# Please do it for host-specific configs instead.
|
# Please do it for host-specific configs instead.
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
archivebox # Create by ye' old pirate.
|
#archivebox # Create by ye' old pirate.
|
||||||
archiver # Extract and create all of the archives.
|
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.
|
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.
|
borgmatic # For those insisting on configurations for BorgBackup.
|
||||||
|
@ -112,7 +112,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