nix: add insecure packages
This commit is contained in:
parent
193f2480d7
commit
db67cddbda
1 changed files with 5 additions and 1 deletions
|
@ -11,10 +11,14 @@
|
||||||
inputs.hyprwayland-scanner.overlays.default
|
inputs.hyprwayland-scanner.overlays.default
|
||||||
inputs.atuin.overlays.default
|
inputs.atuin.overlays.default
|
||||||
inputs.eww.overlays.default
|
inputs.eww.overlays.default
|
||||||
inputs.hyprpanel.overlay
|
|
||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
|
permittedInsecurePackages = [
|
||||||
|
# for sonarr
|
||||||
|
"dotnet-sdk-6.0.428"
|
||||||
|
"aspnetcore-runtime-6.0.36"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue