feat(cmdframe): enable ollama & open-webui
This commit is contained in:
parent
6c8a14aa99
commit
07ba36b543
3 changed files with 11 additions and 2 deletions
|
@ -13,6 +13,7 @@
|
||||||
../../virtualisation/podman.nix
|
../../virtualisation/podman.nix
|
||||||
../../virtualisation/libvirt.nix
|
../../virtualisation/libvirt.nix
|
||||||
../../modules/systemdNotify.nix
|
../../modules/systemdNotify.nix
|
||||||
|
../../services/open-webui.nix
|
||||||
inputs.seven-modules.nixosModules.seven
|
inputs.seven-modules.nixosModules.seven
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -39,6 +40,11 @@
|
||||||
"--operator=felschr"
|
"--operator=felschr"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.ollama = {
|
||||||
|
acceleration = "rocm";
|
||||||
|
rocmOverrideGfx = "11.5.0";
|
||||||
|
};
|
||||||
|
|
||||||
seven = {
|
seven = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wireguard = {
|
wireguard = {
|
||||||
|
|
|
@ -61,6 +61,11 @@
|
||||||
"87.98.162.88" = [ "portcheck.transmissionbt.com" ];
|
"87.98.162.88" = [ "portcheck.transmissionbt.com" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.ollama = {
|
||||||
|
acceleration = "rocm";
|
||||||
|
rocmOverrideGfx = "10.3.1";
|
||||||
|
};
|
||||||
|
|
||||||
seven = {
|
seven = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wireguard = {
|
wireguard = {
|
||||||
|
|
|
@ -19,8 +19,6 @@
|
||||||
services.ollama = {
|
services.ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.unstable.ollama;
|
package = pkgs.unstable.ollama;
|
||||||
acceleration = "rocm";
|
|
||||||
rocmOverrideGfx = "10.3.1";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.open-webui = {
|
services.open-webui = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue