no unsecure stuff

This commit is contained in:
Christoph Cullmann 2025-04-03 18:53:04 +02:00
parent f5ae5417ec
commit a70d7c057e
No known key found for this signature in database

View file

@ -439,11 +439,6 @@ in
zsh
];
# olm is insecure
nixpkgs.config.permittedInsecurePackages = [
"olm-3.2.16"
];
# we want git with LFS support and Co.
programs.git = {
enable = true;