update nixos

This commit is contained in:
2025-09-09 00:00:14 +02:00
parent 8a108fc3b4
commit fdbf53789a
4 changed files with 19 additions and 14 deletions
+5
View File
@@ -4,6 +4,11 @@
# 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)