Adding ollama to server.
This commit is contained in:
parent
ca34fd61c8
commit
505a50bf74
2 changed files with 9 additions and 0 deletions
8
services/ollama.nix
Normal file
8
services/ollama.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
|
||||
|
||||
services.ollama.enable = true;
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue