added fprintd to horizon
This commit is contained in:
parent
561766c676
commit
07514ed043
|
@ -38,13 +38,19 @@
|
||||||
|
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
|
|
||||||
services.ollama = {
|
services = {
|
||||||
enable = true;
|
# sudo fprintd-enroll
|
||||||
|
fprintd = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
ollama = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
loadModels = [
|
loadModels = [
|
||||||
"deepseek-coder:1.3b"
|
"deepseek-coder:1.3b"
|
||||||
"deepseek-r1:1.5b"
|
"deepseek-r1:1.5b"
|
||||||
];
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
|
|
Loading…
Reference in a new issue