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
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
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:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
2
home.nix
2
home.nix
|
|
@ -68,6 +68,8 @@ in {
|
||||||
nh
|
nh
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
alejandra
|
alejandra
|
||||||
|
# archiving
|
||||||
|
archivebox
|
||||||
];
|
];
|
||||||
|
|
||||||
file = {
|
file = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue