more ai models + update flatpaks

This commit is contained in:
Christoph Cullmann 2025-05-25 21:01:34 +02:00
parent b7b563c4cc
commit 2d7abbb276
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -582,7 +582,7 @@ in
enable = true; enable = true;
# preload models, see https://ollama.com/library # preload models, see https://ollama.com/library
loadModels = [ "deepseek-r1" "gemma3" "llama3.2" "llava" "mistral" ]; loadModels = [ "deepseek-coder" "deepseek-r1" "gemma3" "llama3.2" "llava" "mistral" ];
}; };
services.open-webui.enable = true; services.open-webui.enable = true;

View file

@ -7,13 +7,13 @@ let
# all wanted flatpak packages # all wanted flatpak packages
desiredFlatpaks = { desiredFlatpaks = {
# slicers needs accessed to shared folder with 3d stuff # slicer needs accessed to shared folder with 3d stuff
"com.bambulab.BambuStudio" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures --filesystem=/data/home/shared"; "com.bambulab.BambuStudio" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures --filesystem=/data/home/shared";
"com.prusa3d.PrusaSlicer" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures --filesystem=/data/home/shared";
# maximal sandboxed stuff for games # maximal sandboxed stuff for games, allow ~/Games for local game collection
"com.usebottles.bottles" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures"; "com.usebottles.bottles" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures --filesystem=~/Games";
"com.valvesoftware.Steam" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures"; "com.valvesoftware.Steam" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures --filesystem=~/Games";
"org.libretro.RetroArch" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures --filesystem=~/Games";
# maximal sandboxed browsers # maximal sandboxed browsers
"com.brave.Browser" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures"; "com.brave.Browser" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";