update nixos and remove ts3 to avoid rebuilding qtwebengine
This commit is contained in:
@@ -4,11 +4,6 @@
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Allow insecure packages
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"qtwebengine-5.15.19" # Required for teamspeak_client
|
||||
];
|
||||
|
||||
# Overlay different packages on top of nixpkgs
|
||||
nixpkgs.overlays = [
|
||||
(import ../../overlays/pkgs.nix)
|
||||
|
||||
Reference in New Issue
Block a user