Update framework16 with libvirtd / gnome-boxes
This commit is contained in:
parent
8781b7d424
commit
b6d5383690
2 changed files with 9 additions and 6 deletions
nixos
|
@ -15,13 +15,15 @@
|
|||
../../common/services/ollama.nix
|
||||
];
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
# https://wiki.nixos.org/wiki/Ollama
|
||||
services.ollama = {
|
||||
acceleration = "rocm";
|
||||
package = pkgs.ollama-rocm;
|
||||
rocmOverrideGfx = "11.0.2";
|
||||
environmentVariables.HCC_AMDGPU_TARGET = "gfx1102";
|
||||
# https://wiki.nixos.org/wiki/Ollama
|
||||
services.ollama = {
|
||||
acceleration = "rocm";
|
||||
package = pkgs.ollama-rocm;
|
||||
rocmOverrideGfx = "11.0.2";
|
||||
environmentVariables.HCC_AMDGPU_TARGET = "gfx1102";
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ in {
|
|||
++ ifExists [ "video" ]
|
||||
++ ifExists [ "docker" ]
|
||||
++ ifExists [ "podman" ]
|
||||
++ ifExists [ "libvirtd" ]
|
||||
++ ifExists [ "syncthing" ];
|
||||
shell = pkgs.fish;
|
||||
# mkpasswd -m sha-512
|
||||
|
|
Loading…
Add table
Reference in a new issue