update stable version

This commit is contained in:
Kopatz
2024-12-01 12:35:36 +01:00
parent aa6b1d8cd2
commit ab1a8b98e0
3 changed files with 42 additions and 36 deletions

View File

@@ -82,6 +82,14 @@
acceleration = "cuda";
};
# apple shit
services.usbmuxd.enable = true;
environment.systemPackages = with pkgs; [
libimobiledevice
ifuse # optional, to mount using 'ifuse'
];
#nvidida drivers fail to build on new kernel https://github.com/NixOS/nixpkgs/issues/357643
boot.kernelPackages = lib.mkForce pkgs.linuxKernel.packages.linux_6_11;
nixpkgs.config.permittedInsecurePackages =