mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-05 15:15:39 +01:00
Compare commits
No commits in common. "1e7e4595cc78d33665dfdb44de28afba7965b8a9" and "ac38fa15e8cdfd1a725e1c9272a39790bd4978de" have entirely different histories.
1e7e4595cc
...
ac38fa15e8
2 changed files with 0 additions and 10 deletions
|
|
@ -13,7 +13,6 @@
|
||||||
./../../modules/core/virtualization.nix
|
./../../modules/core/virtualization.nix
|
||||||
./../../modules/services/tailscale.nix
|
./../../modules/services/tailscale.nix
|
||||||
./../../modules/services/mpd.nix
|
./../../modules/services/mpd.nix
|
||||||
./../../modules/services/ollama.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
powerManagement = {
|
powerManagement = {
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
services.ollama = {
|
|
||||||
enable = true;
|
|
||||||
# Optional: preload models, see https://ollama.com/library
|
|
||||||
# loadModels = [ "llama3.2:3b" "deepseek-r1:1.5b"];
|
|
||||||
# acceleration = "rocm"; # nope, 5700XT is too old for this
|
|
||||||
};
|
|
||||||
services.open-webui.enable = true;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue