Remove Tone to secure config
This commit is contained in:
parent
3d5747681d
commit
5dd401a368
|
@ -126,7 +126,8 @@ let systemInformation = import ./system/system-information.nix; in
|
|||
nix-index
|
||||
nix-output-monitor
|
||||
zbar
|
||||
tone
|
||||
# out of d8
|
||||
# tone
|
||||
moreutils
|
||||
mediainfo
|
||||
gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-libav gst_all_1.gst-vaapi gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-good gst_all_1.gst-plugins-ugly
|
||||
|
@ -252,6 +253,6 @@ let systemInformation = import ./system/system-information.nix; in
|
|||
# Needed for Anbox
|
||||
virtualisation.waydroid.enable = true;
|
||||
|
||||
# i dont know why dotnet 6 needs to be installed
|
||||
nixpkgs.config.permittedInsecurePackages = ["dotnet-runtime-6.0.36" "dotnet-sdk-wrapped-6.0.428" "dotnet-sdk-6.0.428"];
|
||||
# # i dont know why dotnet 6 needs to be installed
|
||||
# nixpkgs.config.permittedInsecurePackages = ["dotnet-runtime-6.0.36" "dotnet-sdk-wrapped-6.0.428" "dotnet-sdk-6.0.428"];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue