mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
levi: add ollama comment
This commit is contained in:
parent
1be18ec39c
commit
f2cd70f45e
1 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,14 @@ in
|
|||
{ type = "ed25519"; path = "${persist}/ssh_host_ed25519_key"; }
|
||||
];
|
||||
|
||||
# services.ollama = {
|
||||
# enable = true;
|
||||
# acceleration = "cuda";
|
||||
# };
|
||||
# programs.bash.interactiveShellInit = ''
|
||||
# alias ai='ollama run llama3.1:8b'
|
||||
# '';
|
||||
|
||||
sconfig = {
|
||||
gnome = true;
|
||||
desktop.enable = true;
|
||||
|
|
Loading…
Reference in a new issue