feat(archiving): install archivebox

This commit is contained in:
Khaïs COLIN 2024-10-09 15:58:15 +02:00
parent c50786b567
commit 528f27c377
2 changed files with 8 additions and 0 deletions

View file

@ -125,6 +125,12 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# allow specific insecure packages
nixpkgs.config.permittedInsecurePackages = [
# needed for archivebox. Maintainer says that none of the cve are in code paths used by archivebox
"python3.11-django-3.1.14"
];
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [

View file

@ -68,6 +68,8 @@ in {
nh
nix-output-monitor
alejandra
# archiving
archivebox
];
file = {