update nixos

This commit is contained in:
2026-06-19 18:11:10 +02:00
parent 4ab575a73b
commit e02099e022
4 changed files with 25 additions and 30 deletions
+3 -1
View File
@@ -4,8 +4,10 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Ventoy has some blobs making it insecure
nixpkgs.config.permittedInsecurePackages = [
# Ventoy has some blobs making it insecure
"ventoy-qt5-1.1.12"
# Temporary workaround
"librewolf-unwrapped-151.0.2-1" "librewolf-151.0.2-1"
];
}