Major changes
This commit is contained in:
8
hosts/common/optional/services/docker.nix
Normal file
8
hosts/common/optional/services/docker.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
# Enable bluetooth
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
virtualisation.docker.enable = true;
|
||||
}
|
||||
@@ -8,6 +8,7 @@
|
||||
enable = true;
|
||||
environmentVariables = {
|
||||
OLLAMA_INTEL_GPU = "1";
|
||||
OLLAMA_ORIGINS = "moz-extension://*";
|
||||
};
|
||||
loadModels = [
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user