aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hosts/arrakis/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix
index 92ebf31..1918b97 100644
--- a/hosts/arrakis/default.nix
+++ b/hosts/arrakis/default.nix
@@ -211,7 +211,12 @@
};
nixpkgs = {
- config.allowUnfree = true;
+ config = {
+ allowUnfree = true;
+ permittedInsecurePackages = [
+ aspnetcore-runtime-wrapped-6.0.36
+ ];
+ };
hostPlatform = "x86_64-linux";
overlays = [
inputs.nvidia-patch.overlays.default