feat(archiving): install archivebox
This commit is contained in:
parent
c50786b567
commit
528f27c377
2 changed files with 8 additions and 0 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
2
home.nix
2
home.nix
|
|
@ -68,6 +68,8 @@ in {
|
|||
nh
|
||||
nix-output-monitor
|
||||
alejandra
|
||||
# archiving
|
||||
archivebox
|
||||
];
|
||||
|
||||
file = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue