New AI models

This commit is contained in:
Aleksandr Lebedev 2025-08-06 09:49:36 +02:00
parent 3d9ae189da
commit dc2440015e
4 changed files with 8 additions and 5 deletions

View file

@ -260,11 +260,14 @@ in {
opacity = 1.0;
}
{
#app-launcher
#Popups
matches = [
{
title = "emacs-run-launcher";
}
{
title = "Paradox Crash Reporter";
}
];
open-floating = true;
open-focused = true;

View file

@ -68,7 +68,7 @@
#LLMs
services.ollama = {
enable = true;
loadModels = ["qwq" "llama3.1" "qwen2.5-coder:7b"];
loadModels = ["qwq" "llama3.1" "qwen2.5-coder:7b" "gpt-oss:20b"];
home = "/persist/ollama";
user = "ollama";
group = "ollama";

View file

@ -68,7 +68,7 @@
#LLMs
services.ollama = {
enable = true;
loadModels = ["qwq" "llama3.1" "qwen2.5-coder:7b"];
loadModels = ["qwq" "llama3.1" "qwen2.5-coder:7b" "gpt-oss:20b" "gpt-oss:120b"];
acceleration = "cuda";
home = "/persist/ollama";
user = "ollama";

View file

@ -54,8 +54,8 @@ in {
#https://blog.decent.id/post/nixos-systemd-initrd/
boot.initrd.systemd.services.btrfs-rollback-impermanence = lib.mkIf (isBtrfs && config.boot.initrd.systemd.enable) {
description = "Rollback BTRFS root dataset to blank snapshot";
wantedBy = [ "initrd.target" ];
requires = [ "initrd-root-device.target" ];
wantedBy = ["initrd.target"];
requires = ["initrd-root-device.target"];
after = [
"initrd-root-device.target"
# LUKS/TPM process