Compare commits

..

No commits in common. "50332e55e86fd3d3adc2fbeac5ec1d1301983b23" and "e16566bf09f7066276f1e1a393a2531e738bf1d2" have entirely different histories.

4 changed files with 0 additions and 14 deletions

View File

@ -69,8 +69,6 @@
procs procs
progress progress
ripgrep ripgrep
rocmPackages.rocm-smi
rocmPackages.rocminfo
tldr tldr
trash-cli trash-cli
unimatrix unimatrix

View File

@ -2,7 +2,5 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
nixd nixd
alejandra alejandra
tailwindcss
tailwindcss-language-server
]; ];
} }

View File

@ -20,9 +20,5 @@ in {
host = "[::]"; host = "[::]";
openFirewall = true; openFirewall = true;
}; };
nixpkgs.config = {
rocmSupport = config.services.xserver.videoDrivers == ["amdgpu"];
cudaSupport = config.services.xserver.videoDrivers == ["nvidia"];
};
}; };
} }

View File

@ -48,10 +48,4 @@
podman.enable = true; podman.enable = true;
virtualisation.enable = true; virtualisation.enable = true;
}; };
services.ollama = {
environmentVariables = {
HCC_AMDGPU_TARGET = "gfx1100";
};
rocmOverrideGfx = "11.0.0";
};
} }