host/asus: enable ollama
This commit is contained in:
parent
4366a215e6
commit
e247859807
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ globalData, ... }:
|
{ globalData, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -34,4 +34,9 @@
|
||||||
sshAuthorizedKeys = globalData.publicKeys.users.jan;
|
sshAuthorizedKeys = globalData.publicKeys.users.jan;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.ollama = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.unstable.ollama;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue