update nixos and remove ts3 to avoid rebuilding qtwebengine

This commit is contained in:
2025-10-18 22:08:39 +02:00
parent eb400f97d7
commit a54dffd385
3 changed files with 6 additions and 12 deletions
-5
View File
@@ -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)