New AI models
This commit is contained in:
parent
3d9ae189da
commit
dc2440015e
4 changed files with 8 additions and 5 deletions
|
|
@ -260,11 +260,14 @@ in {
|
||||||
opacity = 1.0;
|
opacity = 1.0;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
#app-launcher
|
#Popups
|
||||||
matches = [
|
matches = [
|
||||||
{
|
{
|
||||||
title = "emacs-run-launcher";
|
title = "emacs-run-launcher";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
title = "Paradox Crash Reporter";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
open-floating = true;
|
open-floating = true;
|
||||||
open-focused = true;
|
open-focused = true;
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
#LLMs
|
#LLMs
|
||||||
services.ollama = {
|
services.ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
loadModels = ["qwq" "llama3.1" "qwen2.5-coder:7b"];
|
loadModels = ["qwq" "llama3.1" "qwen2.5-coder:7b" "gpt-oss:20b"];
|
||||||
home = "/persist/ollama";
|
home = "/persist/ollama";
|
||||||
user = "ollama";
|
user = "ollama";
|
||||||
group = "ollama";
|
group = "ollama";
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
#LLMs
|
#LLMs
|
||||||
services.ollama = {
|
services.ollama = {
|
||||||
enable = true;
|
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";
|
acceleration = "cuda";
|
||||||
home = "/persist/ollama";
|
home = "/persist/ollama";
|
||||||
user = "ollama";
|
user = "ollama";
|
||||||
|
|
|
||||||
|
|
@ -54,8 +54,8 @@ in {
|
||||||
#https://blog.decent.id/post/nixos-systemd-initrd/
|
#https://blog.decent.id/post/nixos-systemd-initrd/
|
||||||
boot.initrd.systemd.services.btrfs-rollback-impermanence = lib.mkIf (isBtrfs && config.boot.initrd.systemd.enable) {
|
boot.initrd.systemd.services.btrfs-rollback-impermanence = lib.mkIf (isBtrfs && config.boot.initrd.systemd.enable) {
|
||||||
description = "Rollback BTRFS root dataset to blank snapshot";
|
description = "Rollback BTRFS root dataset to blank snapshot";
|
||||||
wantedBy = [ "initrd.target" ];
|
wantedBy = ["initrd.target"];
|
||||||
requires = [ "initrd-root-device.target" ];
|
requires = ["initrd-root-device.target"];
|
||||||
after = [
|
after = [
|
||||||
"initrd-root-device.target"
|
"initrd-root-device.target"
|
||||||
# LUKS/TPM process
|
# LUKS/TPM process
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue