Skip to content

Commit

Permalink
feat: allow aspnetcore-runtime as an insecure package in NixOS config…
Browse files Browse the repository at this point in the history
…uration
  • Loading branch information
BCNelson committed Dec 16, 2024
1 parent 1292128 commit e9bc74b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/romeo/nixarr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ in

nixpkgs.config.permittedInsecurePackages = [
"dotnet-sdk-6.0.428"
"aspnetcore-runtime-6.0.36"
];

nixarr = {
Expand Down

0 comments on commit e9bc74b

Please sign in to comment.