local ollama with codestral
This commit is contained in:
parent
e74b033549
commit
58be3af78c
3 changed files with 2 additions and 239 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue