hosts/ni: update nixpkgs config to allow ArchiveBox

This commit is contained in:
Gabriel Arazas 2024-12-28 14:51:00 +08:00
parent d3c00006ea
commit f6a77b64bb
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -15,6 +15,12 @@ in
# The main desktop.
ni = {
nixpkgs.branch = "nixos-unstable";
# This is to make an exception for Archivebox.
nixpkgs.config.permittedInsecurePackages = [
"python3.12-django-3.1.14"
];
systems = [ "x86_64-linux" ];
formats = null;
modules = [