local ollama with codestral

This commit is contained in:
Geir Okkenhaug Jerstad 2024-12-15 14:15:07 +01:00
parent e74b033549
commit 58be3af78c
3 changed files with 2 additions and 239 deletions

View file

@ -14,15 +14,9 @@
./incus.nix
./libvirt.nix
./plymouth.nix
./ollama.nix
];
# Kernel
# boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
# Insecure
#nixpkgs.config.permittedInsecurePackages = [
# "electron-29.4.6"
#];
# Use the systemd-boot EFI boot loader.
boot.loader.grub = {
enable = true;
zfsSupport = true;
@ -40,6 +34,7 @@
# firmaware
services.fwupd.enable = true;
hardware.enableRedistributableFirmware = true;
hardware.amdgpu.initrd.enable = true;
# Bluetooth
hardware.bluetooth.enable = true;